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!