I would like to copy a column from one excel to another to update it every day.
I am trying to use the “Copy range” activity but I don’t know if I have to use an activity before to find the two files.
The Source Workbook, where i want to take information, I created that excel in the same sequence, but when I put the variable (DataTable) in that space I get the following error:
Here, you are using Office 365 activity. If your input file placed in SharePoint then it will work else it won’t work.
If you are working on local system excel file then you should use Copy Paste Range activity but to work with this activity both input and output sheets should be in the same Excel file.
If you are working with two different excel files then Copy Paste Range activity won’t work and you should follow below steps.
Read specific range from first excel file using Read Range activity and it will give output as DataTable.
And then use Write Range activity to write into different excel file and pass above output DataTable to it.
You were right, in the end I opted for the “Copy Range” option by selecting the Sharpoint files with “Find Files and Folders”.
Now I get another error that I don’t understand: