I want a simple API call that checks if a given email address has an account in my bubble app. I opted to use an API workflow so that the check can be done server-side to avoid any security risk.
I set up a simple POST request to the API workflow in my backend workflows using the API connector. The API workflow has 2 simple actions, one, “return data from API” to return a field “has-account” with text “false” with a conditional if users’ emails contain the email in question and a second action for the vice-versa conditional. On initialising the call, the fields returned don’t include the “has-account” field, any suggestions to solve this are highly appreciated.
These are the only fields being returned