How to re-run from same step if got an exception

Hi All,

While running application i may face error "Webpage has expired’. and catch in exception. now If I refresh the page it will work but i want to run the bot from same step where it got exception, after refresh. How to create run bot from same step after refresh. And mentioned error may appear anywhere in flow

Hi @n.krishna.moorthy

Check out the reference thread

https://forum.uipath.com/t/restart-a-sequence-of-activities-if-there-is-an-error/89563/7

Regards
Gokul

Hello @n.krishna.moorthy ,
You can use flow chart design and flow decision
If the error occurred, the Bot will refresh the page and again continue the process from beginning, else the process will continue to next step