How to use retry scope acitivity

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

  1. Retry
  2. Run From Next
  3. End automation
    so How these apply within try catch block within retry scope activity

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