How to continue process if Bot stop at specific row in excel

Hi I want to Continue the process of Bot if it Stop at Specific Row in excel.

Scenario.

I have like around 800 to 1000 Record in Excel.
if Bot Runs Today and Stop at ex: Row “800”, Bot Must Continue the process on the next Schedule starting Row “800” until it Complete the Transaction.

Thank you in Advance

  • Vincent

@Vincent_Nuestro

  1. Add one column called Status at the end in the Excel file and update the status like Processed/Not Processed after each row completed.

  2. At the starting of the loop, you need to check whether Status column value is empty or not. If it is empty then take that row values and process it else skip it.