Go down a line in excel file when adding new data

Hi all

I’m trying to make my robot enter data into an excel file, and I have succeeded in doing so, but it keeps overwriting the current data that is already in the file.
How can I make it so each time the bot will goes down a cell to enter the new data, and doesn’t overwrite the existing data that is already there?
Thanks!
Link to project files (google drive)

@hengie

Use Append Range activity instead of Write Range activity.

Worked perfectly, thank you! :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.