Avoid overwriting in excel

I have this robot that downloads images using http request. What I am doing is registering the name of the images in Excel but the information is being overwritten. How can I make it so that this does not happen? I am new. I would appreciate any help. Thank you



Hi,

Do you need to avoid overwriting when multiple times run process? If so, the following might help you.
First Use FindFirst/Last Row activity to get the last row number, then assign it to counter variable.

Regards,

@CRISTIAN_SUAZO_APOLINARIO

Another way would be …instead of directly writing to excel…

Use add data row activity and create a datatable with one column to add the names…and then use append range activity which will append the data at the end of the excel always

Cheers

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