You can add a try catch block around the matches activity. The Send Mail activities can be added in that Catch block, so as to recieve E-Mails in case of errors.
@Astin@SowmyaLeo Thank you. will notify me if it gets an error in a mail. but I want to continue reading other mails and continue process for not errored mail, how do I do it?
I can’t see the Matches activity here.
The sequence above is looping through the E-mails and if the subject of the email contains the word “Lead” it follows what is in the flowchart else does nothing.
If the error from the Matches activity needs to be captured, please add the try catch around the Matches activity (Presume it is within the Flowchart).