How to save previous condition value in next loop for scrapping records during multiple loging session

Hi @manish_pandey1
Sorry for late response

What i had done here

I created an excel file as below

image

There are 2 columns user and Row to be strated

Ignore user

Consider the Row to be started column, it actually informs the bot from which row index it should start

This is at start of process before processing the records (no user had started to process it).

So for demonstrtaion what i am doing a sum where i had three columns Num1, Num2 , Sum
Automation process is to add Num1 and Num2 and assign to Sum column.

Now when i run it once u can see the results

image

Now at the end of process bot had updated that it should start processing from 50th rowindex (which means start processing from 51th row)

Now u see the excel results where automation is done

It had it correctly upto 50 rows

so next again when u run at last bot will update where it should start to run and based on that it will run again from that row only.

Check this workflow
sample workflow.zip (2.0 MB)

Hope it helps you

Mark it as solution if it resolves ur query

Regards

Nived N

Happy Automation