Hello i have a robot that performs several taskes, and i have some actions on some of them where i insert data into a datatable and then logg it into a excel sheet. All of this works, except it overwrites the alrdy existing line in the excel sheet. I want it to go to next line.
As for now its only one line written in excel, how can i make it use the same excel sheet just write on the next row ?
Append Range appends data into the workbook where specified. Write Range overwrites the data in the worksheet you’ve specified or creates a new sheet/workbook if one does not exist.