Make changes to current user is not working

I’m trying to make changes to other field on the user thing but it is not working.
Somebody please help me

Hello,
I think you want to create a new user.
Therefore you need to use sign up a user workflow, instead of make changes to a current user,

@virtualtalent01 Hey! As @siddharth suggested, you might need to sign up the user first so they appear in your database. However, you can still keep your logic as it is. Bubble saves the current user in cookies by default, so you can easily modify the fields like you’re doing now. Just run a “Sign the user up” step somewhere in your logic, and all your changes will automatically be linked to the newly created user. Hope this helps!

Thanks for the response.
I have actually signed the user up in the first step of the registration. I’m using the url parameters to display step so the user can fill the rest of their details.
Please check the attached

Thanks for the response.
I have actually signed the user up in the first step of the registration. I’m using the url parameters to display step so the user can fill the rest of their details.
Please check the attached


Hello

First, check the user has been created with the provided email in your database tab.

Then, check if details have been also saved.

Did you set or change user’s default privacy rules ?

You can also use the debugger with step by step to see what s happening.

Learning using the debugger is needed if you want to have a great bubble journey.

Does the user get “Logged In” immediately after signing p? You may need to add that workflow. I don’t believe they can change “Current User” fields without being signed in.

I just checked my user sign up workflows and I had to create a workflow to log them out right after they sign up (I wanted to force them to confirm their email before logging in), so my response may be meaningless unless there is an action in the sign up process that requires a new user to confirm their email or take some other action before they can be logged in after signing up.

The user is created in the database. I tried displaying current user email and it shown up too

Thanks for the response

I guessed they automatically logged in after sign up, because their email show up when I tried to display current user email.

Thanks for the response

1 Like

I think you may need to confirm the email before making changes. Or maybe take off that option.

I have confirmed the email and I even ran a workflow but still doesn’t work