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:
Hey!
Every thing is inside the loop…
Try like this:
- Temp DataTable
- Read range
- For each row
- Open browser
- Data Scraping
- Add data row
- Close window
end of the for loop use Write range

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

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.