I’m using the openToast plugin to generate an alert to the user when he tries to register a user that already exists in the system. After the alert appears, I put the action to stop the workflow. The problem is that when I add the user (which did not exist before associated with the other user) the alert still appears. I don’t understand why it’s showing up, because the action of adding the user only occurs if that user does NOT exist. Here are the screenshots of the workflow:
Thanks for the help!