Send notification if error is found in Try Catch Node

Hi all,

Is there any way to trigger an email notification if a catch block is used?

If Try and succeed, send email is not necessary.

Thanks. 

Could you check for the failed error message flow variables and use an if block to send an email only in cases there are errors?

That will do.

Thanks.