🙋‍♀️ User Profile columns in conditions and columns

Ahhhhh…I see what you mean. Yes…being able to push user data (eg. UserID, not just email) via form would be helpful. Yes, theres a workaround that I described above, but it would save a step for sure.

1 Like

Yes I am still having the duplicate problems as of yesterday evening. It seems like the information that usually goes to the APP:login page is going to my user page.

@Alex_Wuerth not sure if you ever answered this:

🙋‍♀️ User Profile columns in conditions and columns

Hi Jeff,
No I do not have any scripts or formulas that are writing on to that page. I would consider myself very proficient with google script/formulas/glide data so I do not think its something I am missing, unless I am having the biggest brain fart of all time!! haha!! I attached a picture of what is happening. I delete these duplicate columns daily so that is why the other emails seem to be fine. The only thing that is writing into the sheet is a “Terms and Conditions” form I have them fill out. Where they check the box and write their name. That is where their main contact line comes from, but the one that only has their email is the one that is casuing the problems.

This might be the cause. When they’re first signing into your app, a record
is created with their email address. When they complete the form, a new line is added to the same profile sheet.

1 Like

Agreed. You are obviously using User Profiles to write a record as well as the TC form to write a second record.

Your TC should be updating the existing record created by user profiles instead of writing a new record with a form. That or stop using user profiles.

https://docs.glideapps.com/all/reference/privacy-and-per-user-data/user-profiles

I had the same issue when I started using User Profiles. The thing I did was to link the button to the person’s profile, enable editing based on signed-in user, and add a text field that says “please update your profile by clicking on the pencil icon in the top right of the screen”. This text field was conditional on the required fields being completed by the user (once filled in, this text field would go away).

2 Likes

Thank you!!!