I was about to create a table in an excel sheet from time to time. But I can’t directly indicate the range of the table to be formed. This is due to the table range might be change from time to time, that’s why I can’t specify it with a specific range. So how am I going to fill in the range column?
Use copy range activity, you just need to provide the starting range. Not the entire range.
For example if you want the data to start from cell “A1”, provide range as “A1”.