Add Data row and not overwriting the 1st row on googlesheet

hi,
i have this process;
read range → open browser → scrape data - → write range

im stuck with writing range, after the 1st process. robot wont input the scraped data to the 2nd row of the google sheet. it overwrite the 1st row. . any help on this. thank you

Hey!

Could you please show us the flow here?

Don’t use Write range in the loop…

Use write range outside the loop…

Regards,
NaNi

here’s my process looks like:


image

Hey!

Every thing is inside the loop…

Try like this:

  1. Temp DataTable
  2. Read range
  3. For each row
  4. Open browser
  5. Data Scraping
  6. Add data row
  7. Close window

end of the for loop use Write range

image
there seems to be a problem with the variable for data table when it’s outside the loop.

Hey!

Change the scope of the variable…

Just navigate to Extract structured data activity click that activity… navigate to variables panel change the scope of that panel that’s it

Regards,
NaNi

image


Hi,
already tried excluding the write range of the loop. it run, but still it overwrite the first row.

i cant close also the browser in every loop because i need to log in every time oppening the website.