Hello guys, I want to append 3 different variables into an existing excel file, each variable should be written on the same row but different columns, e.g A1,B1,C1. How can I do that?
I tried with write range,but somehow I need to convert the variable type into datatable…
Thank you.
- create a datatable with the needed Columns structure: Build datatable
- use an add data row activity and add the data to the datatable
- write it to excel with a write range activity
Thank you @ppr. Solved!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.