Hi,
After submitting email update from non customized form on Users database, the table is updated.
But when just after I refresh ma page, the update is rollbacked.
I don’t understand why.
Hi,
After submitting email update from non customized form on Users database, the table is updated.
But when just after I refresh ma page, the update is rollbacked.
I don’t understand why.
Glide won’t let you change a users email address via the UI. You either have do it manually in the Data Editor, or use the API.
Thanks