Send error by notificacion

Hello everyone, I have a question, what activity helps me so that when there is an error, the process is stopped and I notify it by mail? Thanks

For example: This error arose

I want a notification to my email that it has failed.

Thanks!!

translate it into English :slight_smile:

Hi @samy
Use send SMTP mail message activity or send outlook mail message activity based on whether outlook is installed on your machine or not…

Hi…but how do I catch the error so that it is sent?

Use try catch activity and inside try put your sequence and Inside catch put send SMTP mail message activity so if any error occurs on try it will come to catch and in catch mail will be sent.