Hello guys!
i am having some troubles to create a signup/login feature.
My goal is to have both, signup and login on the same button. and my logic for the SignUp is:
Sign up User
Onlywhen Do a Search for User(email=input email) count is 0
and for the login
Log user in
Onlywhen Do a Search for User(email=input email) count is 1
that’s the current stage i am at right now. i tried several Workflows but I still Haven’t found a way to accomplish this task.
Thank you and i Appreciate your Help