Ak_4
November 3, 2022, 11:22am
1
I have to do more than 500+ data so there are many click, type into activities if my bot gives an error after 150 entry.
After running bot again it should run from 151 entry not from beginning.
Hi @Ak_4 ,
With REF (Robotic Enterprise Framework) template which served by UiPath, you can do this fiction.
Please check this.
Robotic Enterprise Framework is a project template based on State Machines. It is created to fit all of the best practices regarding logging, exception handling, application initialization, and others, being ready to tackle a complex business...
Regards
Ömer
you can use Try and Catch Activity inside your Loop and define what should bot do once get exception then will loop on the other entry.
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Hello,
I am using Try Catch first time in my project, for that I right click on solution and select Surround with Try Catch after that got the below message.
can anyone please advice on this.
[image]