How to add break the process after certain records & restart it

Hello,

I have developed a process using Re- Framework But there is a requirement where in if I have records more than 10 , bot has to take break restart the process from 11th record & again take break on 20th & so on.

Need help on implementing this

Thanks & Regards
Farha

You want to stop the process after every 10 records or just want to close application and start again working on application on 11th record?

Just want to close application & start again working on application on 11th record

You have to maintain the counter for that like for transaction item 1 counter=1 and use if condition like if counter is multiple of 10 then it will close the application like internet explorer or excel or anything then open it again.

Thank you so much :slight_smile:

no problem.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.