I have two different sign in forms on my website. As apart of those workflows I need my workflows to recognize if the email entered isn’t associated with a user account and give an error msg.
I have the instructions from gemini AI but I can’t find where these things are in the workflow tab and gemini doesn’t help - could anyone help direct me around?
Click “Add a new action”: This button is usually located at the bottom of the workflow editor, or within an existing action block.
Search for “Search for User”: In the search bar of the action options, type “Search for User.”
Once you select “Search for User,” a new action block will be added to your workflow. You can then configure the search criteria, such as the email address input field, and set up the following conditions:
If User is Found: Proceed with the login process or display a welcome message.
If User is Not Found: Display an error message indicating that the user is not found.
Bubble does automatically give an error message when trying to login with an email that doesn’t exist or if a password is incorrect.
What are you seeing that happens instead?
Also, I highly recommend that you don’t try to do this ‘Search for Users’ way since you will most likely be creating a security risk and exposing all your users data.
It’s built into Bubble anyways, so there is no need to do that yourself.
Does that help?
Use the Bubble Manual and Videos for help. AI stinks at understanding Bubble right now.
Try this walkthrough for Building a Sign-up System