hey everyone. I’m still trying to figure out how to get the bot to write to the correct cell.currently it is only writing to row 2 or 3 sometimes.
overview of my sequence is:
1.excel scope
2.for each (to get different sheets in excel)
3. Read range
3.for each row in data table
4. if activity that check if status is New
5. write cell
6. attach files into browser
I need to update the spreadsheet such that if the status is “new”, bot to update under the column “remarks” on that specific row.