Hey Everyone. I am new to Glide, I have a pro app going (with email required). I am creating the onboarding process and have some questions. For some reason the tutorials aren’t helping me out in this instance…
I want to use the same user table for everyone but update a column named “Type” to “restaurant”, when the user starts creating a business account. So right now I have:
- a button with a form linked to user sheet
- I set column action on “this item” ,
- grab the users->email to identify?
but It won’t update the current users row. It just creates a new one.
Thoughts?