Here’s the scenario:
- User can create an account for the website
- Default value current user’s native field = no i.e. by default the current user is labeled as native = no
- If current users meets certain conditions while signing up, a workflow changes current user’s native field to = yes
Here’s the problem:
When I ask bubble to tell me whether current logged in user is native or not, Bubble evaluates it incorrectly and tells me current user’s native = no when in reality I know that current user’s native = yes.
example:
Here’s the app data proving that this user’s native = yes
Here I ask Bubble to check if current user’s native equals yes or no. Why is bubble giving me the wrong answer about the current user??