Get error message & send email

Hello all,

How can I use Try Catch to send by email? If not error will continue

Thanks

Hi @anh.nguyen

  • Use Try Catch acivity outside excel application scope.
  • Catch exception inside catch and use send mail activity.
    image

Hope this helps.

1 Like

something like this @anh.nguyen

try:


catch block

2 Likes

Hi bro,

Long time to see you, thank you so much :). It’s good

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.