# Help! Component pulling data from other user rows

**URL:** https://community.glideapps.com/t/help-component-pulling-data-from-other-user-rows/37146
**Category:** Ask for Help
**Created:** [January 14, 2022, 3:41am UTC](https://community.glideapps.com/t/help-component-pulling-data-from-other-user-rows/37146 "2022-01-14T03:41:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Matt\_Friesen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/matt_friesen/32/2388_2.png) [@Matt\_Friesen](https://community.glideapps.com/u/Matt_Friesen)
#### Post date: [January 14, 2022, 3:41am UTC](https://community.glideapps.com/t/help-component-pulling-data-from-other-user-rows/37146/1 "2022-01-14T03:41:36Z")

</div>

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?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/d/4d96f31090dc6469a065da16c426df908f6be1f4.png)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 14, 2022, 3:46am UTC](https://community.glideapps.com/t/help-component-pulling-data-from-other-user-rows/37146/2 "2022-01-14T03:46:50Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![Matt\_Friesen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/matt_friesen/32/2388_2.png) [@Matt\_Friesen](https://community.glideapps.com/u/Matt_Friesen)
#### Post date: [January 14, 2022, 3:48am UTC](https://community.glideapps.com/t/help-component-pulling-data-from-other-user-rows/37146/3 "2022-01-14T03:48:09Z")

</div>

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.
