Is there a way to continue on error when using imap

hi

Can we prevent the automation from stopping if imap connexion fails ? its possible for smtp but what about imap ?

thanks

@jephson_leona

Use a try catch around imap activity and in catch block just use a log mesaage or do nothing

Cheers

1 Like

What’s the main reason of the failure? I’d be inclined to investigate this first rather than allowing it to continue.

As @Anil_G has suggested, that’s your best option to allow it to continue, but I’d certainly recommend looking into why it’s failing so you can allow it to function as it should as opposed to masking an error with an activity.

2 Likes

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