Is there a way to check if a email address has an account associated with it and run a work flow of that is true?
I’d like to create an account for an email address only if there is not one created yet using those credentials.
Thank you!!!
Is there a way to check if a email address has an account associated with it and run a work flow of that is true?
I’d like to create an account for an email address only if there is not one created yet using those credentials.
Thank you!!!
Do a search for users
Email= inputs email
If count is 1, account exists
If count is 0, no account found with this email