Help! Component pulling data from other user rows

I’m trying to create a setup tab in my app. I want the user to type their name to populate their row on the profile sheet.

I have one user that is populating another users profile tab. All other profiles are working fine.

Any ideas of whats going wrong?

There are two generally accepted ways to ensure that each user writes to the correct row in this scenario.
One is to use Row Owners, and the other is to filter where email is signed-in user.
Do you have either of those options set up?

1 Like

Thanks for your time Darren,
I had previously made some additional row owners on the profile tab.
it was screwing things up.

I now only have one rightful row owner, and things are working as expected.

1 Like