I have a situation where I want to send an email message on the first failure of any one of a series of actions, and then continue with the rest of the steps.
I don’t think OnFailure allows me to continue from where the failure occured, and I don’t know how to use the AfterAction script to send a failure email message and then ignore the failure to continue.
Cheers