Hello …I have the code…for my project. it run proper. but if bot stop in between then I want the message box to appear like it have 3 option
- Retry
- Run From Next
- End automation
so How these apply within try catch block within retry scope activity
Hello …I have the code…for my project. it run proper. but if bot stop in between then I want the message box to appear like it have 3 option
Hello @dhanu_lokhande
If you are using the Reframework for the automation, all these 3 categories are covered in it. If else, you can use a Try catch block and block the error when bot get failed with exception. Then set the value of a variable and use If else to make the action.
Thanks