I ask people to join the app by loging in with Gmail or leaving their mailadress.=
Later on I give them the option to add name / surname / image to their profile via a form.
But if they do so, Glide doesn’t add it to their row.
But adds another row, but then without the mailadress.
So now I have two rows for one person, where one of the two rows lacks the mail adress.
What goes wrong?
See image
I
If you are using user profiles, it will add a record when the user signs in the first time. Forms always write a new record. They don’t ever update existing records. That’s why you get 2 rows. As for the lack of email in the second record, I’m not sure, since it should be pulling the signed in user’s email from the email special value…unless it’s conflicting with the email column set in user profiles…or a bug.
1 Like
Since this has been asked so many times and Jeff/me have been answered this same question a lot maybe I’ll take time to write a detailed post as a point of reference for future.
1 Like
A forum is a bad place to find / refind info like this. Therefore Glide woud need a FAQ section or something.