Send Notification on failure

If there is an error or a pop up on SAP that prevent the RPA bot from completing a task, can we create a notification system that informs a employee to trigger or restart the bot again?

1 Like

Yah thats possible
like keep the whole process in TRY block of TRY CATCH activity so that if any exception occurs due to application like bot getting disturbed while execution, it will go to CATCH block so that we use SEND OUTLOOK MAIL or any mail activity to the user to trigger the process again

Cheers @muneeb

1 Like