# User Specific Data

**URL:** https://community.glideapps.com/t/user-specific-data/66060
**Category:** Ask for Help
**Created:** [September 12, 2023, 6:47pm UTC](https://community.glideapps.com/t/user-specific-data/66060 "2023-09-12T18:47:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![SMGCreative](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/smgcreative/32/61037_2.png) [@SMGCreative](https://community.glideapps.com/u/SMGCreative)
#### Post date: [September 12, 2023, 6:47pm UTC](https://community.glideapps.com/t/user-specific-data/66060/1 "2023-09-12T18:47:13Z")

</div>

Hello!

I’m working on an app designed for each user add, edit and delete their own records to build an inventory (of sorts). The data entered is intended to be private and not available to any other user.

I’ve attempted to accomplish this by marking all columns in the table as a “user-specific column”, but that doesn’t really work. (I am not currently using Row IDs.)

Right now, if user 1 enters a new record, user 2 still sees an empty record. The goal is for user 2 to have no change to their experience no matter how many records user 1 adds, edits or deletes.

What am I missing here?

Thanks!

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 12, 2023, 6:58pm UTC](https://community.glideapps.com/t/user-specific-data/66060/2 "2023-09-12T18:58:13Z")

</div>

Have a look at the difference between row ownership and user-specific columns. Both allow a personalized experience, though at different levels in the app.

[Row owners](https://www.glideapps.com/docs/row-owners)

[User-specific columns](https://www.glideapps.com/docs/user-specific-columns)

[User-specific data](https://www.glideapps.com/docs/user-specific-data)
