Hey, Glide community!
I have been trying to implement a user onboarding flow in my app: the goal is to let users access the app only if they fill their profile info.
I have used @Robert_Petitto’s tutorial to do it, but it doesn’t work, because when the user registers, a row with his email is created, and then another row is created when he fills the form, thus making it seem like it’s a new user when it’s the same one.
How can I make sure that when the user fills the form, his input is sent to the first column, without creating a new one?
Thanks !
Here’s the rest of my setup btw :