Anyone interested learn Uipath online training We are conducting the demo session tomorrow at 7 AM Interested candidates ping me contact details in personaly
I have done calculator in reframe work ...... .If I have 20 rows means when I'm executing it got stuck nd stopped the execution in the 10 th row.. Then after If I execute again it has to start from the 11th row not from the 1st row how can I do please help me
Have you implemented any logic like status column or some indicator to bot to understand which all records are completed. If not do it so that bot will understand for next run bot need to pick those rows which status is blank or not successful
I didn't use use I just put the gettransaction condition as in_transactionnumber< io transactiondata.row.count then in the set transaction assign as io_transactionnumber= io_transactionnumber+1
But as per you statement here "if I execute again.." means its a fresh start right? So how bot will understand which all rows need to be picked up for processing. So bot will pick all records and start performing task..
Thats the reason I said maintain a column of status so that after completing bot will mark it done or success. If u hav 100 rows out of which 60 proceeded today. When you run tomm bot will pick remaining 40 records who's status column is blank