Beginner question: I want to append a datatable to an excel with existing data. Why does it erase the data everytime it executes. Under append I understand adding to the end without deleting existing data.
How can I achieve that?
Thanks
Use Merge DataTable Activity
1 Like
Thanks, this would also be a good option.
I found the problem in my case.
I used append range in an excel application scope with the file name “spreadsheet” instead of “spreadsheet.xlsx”. So it didn’t see the existing table and always created a new one.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.