Hi there,
Is there a way to execute actions in Automation if the rule throws an error? For example, if the Send Email action fails for some reason, like a malformed email address, I'd like the rule to stop executing any further actions and email a group of people.
Thanks for your ideas!
Best regards,
Che
I like your idea of adding in-rule error handling conditions, and I do not see any suggestions in the public backlog to add this yet.
To handle the email addresses proactively, you could test the email address with a RegEx match() or replace() and respond based upon the results.
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.