I search how to use the Try Catch activity, I think I understood how to use it but I want (if possible) a way to catch any exception at any time in the robot.
The fact is I want to receive a mail when the robot “crash” at any moment of the process (the process is long separate in many sequence).
Fine
in that case keep the whole process inside a TRY block of TRY CATCH ACTIVITY and if any exception occurs at any point along the sequence it will get into CATCH block where we can use a SEND OUTLOOK MAIL ACTIVITY where we can send a mail to the person we want