Bubble not populating default values in the user table

I have a first access field in the user table to force users to fill out a registration form when they log in for the first time… The problem is that Bubble isn’t setting FirstAccess=yes as configured by default.

Now all new users are not being registered.

I’m using Google Social Login.

I recorded a video to show up.

Has anyone else experienced something similar?
How did you solve it?

Can you show the sign up workflow and what fields are being set there?

Just a the social login and goes to start page, no fields are being set.
I cant set firstaccess=yes cuz regular users will be set as yes

Could you add a step there to make changes to a user and just make it = yes?

If i make this, all regular users will be set as yes, and they are not first time users…

How can I check boolean fields are empty? There´s no such options on dynamic functions of bubble

What does your workflow look like when updating the firstAccess to no? Maybe its running too early?

Ok, so you have a google sign up / login. And you only want new users to have the field filled as yes? So you dont want to do it if they are logging in.

Try adding a condition on the make changes where First Access is empty. Since existing users wont have it be empty that would work. Now bubble can be tricky with Boolean fields.

If that doesnt work, what I do is typically find a field that is empty only on new users and do the same, such as first login date or name.

Lastly you can do something like make changes, only if creation date of user is > current date and time + -1 minute. That will cover as well

Same thing I am encountering, default values is not there, when google login probably. I only see them on user type.

@fede.bubble

“find a field that is empty only on new users and do the same”
that work for now
ty for attention

I checked with the team, we don’t have reports of this being a widespread issue.
OP, if you haven’t already I recommend you submit a bug report via the support portal

Maybe not known but crucial, you guys should check it, easy to reproduce, it is due to bubble built google login plugin