Which Approach is Correct?
I’m analyzing two ways to check if an email is present in the request data in Bubble.io, and I’d like to understand which one is more correct or recommended:
Request Data's email doesn't contain Search for recuperaçãos:first item's email
Request Data's email doesn't contain Search for recuperaçãos:each item's email:first item
The first option seems to check whether the searched email from the database (only the first item returned by the search) is present in the request data.
The second option adds each item's email
before first item
, which might indicate that it’s dealing with a list of emails before selecting the first one.
My question is: Which of these approaches correctly checks if the request data email is not present in the search?
If anyone has experience with this logic in Bubble.io, could you clarify the difference between the two and suggest the best practice for this type of verification?