Logged in user data not being updated

I’m running into a problem where none of my user-profile updates actually save. I opened the user record under users collection and the new updates are not there. Even after wiring up both built-in and custom forms with Update User actions, the database fields stay blank.

  1. User Update: Double-check that your Update action targets Logged In User specifically

  2. Missing Inputs: If any required field is left blank or mapped incorrectly, Adalo might fail the update. make sure every field you intend to update is actually pulling live data from input fields

  3. Custom form: If you are using custom forms, make sure your submit button is not just triggering a screen action but actually wired to an Update Logged In User database action.

If you have done all this & it’s still not working, try logging the inputs via temporary fields just to confirm data is being captured before the update runs.