Exception Handling

Hi all, so I’m attempting to handle the scenario in which my app cannot send a mail (for whatever reason, let’s assume the network is down). The mail step happens after I create a new user (I then subsequently do a query to get all of the new user’s info and not just the identity from the insert step).
In the catch step for the Send Mail action, I’m attempting to delete the user if the mail failed to send, however, it doesn’t seem to be working…the new user is created but never removed and no errors are thrown in the browser.

Please advise - thanks in advance.

Community Page
Last updated: