Assign temporary password only if user isn't already signed up

I’m creating a workflow where I am (1) creating an account for someone else, but returning the user if the account already exists. Step (2) in the workflow is to assign a temporary password to that user, but I only want step (2) to execute if step (1) user is not returned, i.e. they didn’t exist already.

I can’t figure out how to do this using the result of step (1). Any ideas? I tried to only execute if result of step (1) is empty, but I think either way step (1) won’t be empty

Thank you!

post your edit link and i will show you mate.

Thank you! Here’s an edit link

1 Like

there you go mate. you could also make those alerts based on when a know email is in the field instead of after button click too.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.