# Device Specific data?

**URL:** https://community.glideapps.com/t/device-specific-data/44074
**Category:** Ask for Help
**Created:** [July 7, 2022, 7:16pm UTC](https://community.glideapps.com/t/device-specific-data/44074 "2022-07-07T19:16:02Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![PJnotDJ](https://avatars.discourse-cdn.com/v4/letter/p/9fc29f/32.png) [@PJnotDJ](https://community.glideapps.com/u/PJnotDJ)
#### Post date: [July 7, 2022, 7:16pm UTC](https://community.glideapps.com/t/device-specific-data/44074/1 "2022-07-07T19:16:02Z")

</div>

How to I prevent cross-device syncing. If that is possible with Glide.

What I mean is I publish my app and share it with friends. They add things into said app and it appears on everyones devices and isn’t private or exclusive to that user. Is there a way to prevent that from happening so when a user makes changes it’s exclusive to them?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 7, 2022, 7:26pm UTC](https://community.glideapps.com/t/device-specific-data/44074/2 "2022-07-07T19:26:55Z")

</div>

> [@Unable to allow user edits or delete form](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057/4):
>
> Depends on how your data is structured and how concerned you are with security. Use User Specific Columns if a multiple users are updating the same row, but you want the values to be unique to each user. Use Row Owners if each user is writing their own separate rows, but you want to guarantee security so they can you see their own rows. Requires a column with the signed in user’s email. Use Filters if data security is not a concern and you simply want to only display rows for a particu…

---

<div class="post-metadata">

### Author: ![PJnotDJ](https://avatars.discourse-cdn.com/v4/letter/p/9fc29f/32.png) [@PJnotDJ](https://community.glideapps.com/u/PJnotDJ)
#### Post date: [July 7, 2022, 8:06pm UTC](https://community.glideapps.com/t/device-specific-data/44074/3 "2022-07-07T20:06:04Z")

</div>

Oh wow. I’m very new to this and am having problems interpreting all this, but I will review everything and see what I can understand.

---

<div class="post-metadata">

### Author: ![PJnotDJ](https://avatars.discourse-cdn.com/v4/letter/p/9fc29f/32.png) [@PJnotDJ](https://community.glideapps.com/u/PJnotDJ)
#### Post date: [July 8, 2022, 12:45pm UTC](https://community.glideapps.com/t/device-specific-data/44074/4 "2022-07-08T12:45:06Z")

</div>

Hi,

Thank you for all the support. It is really appreciated.

I reviewed all of this and have a much better understanding, but am still struggling with one aspect.

When testing my app on multiple devices it is still creating and deleting/editing forms within a tab across users. I did figure out with user-specific columns that the edited information in the created form within the tab is in fact user-specific. Nonetheless, when a form is created within the tab it is not user-specific. Is there a formula that I can use that auto assigns a form to the signed in user that created it when creating a row so only they can see, view and edit that information?

Again, I greatly appreciate the support

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 8, 2022, 12:56pm UTC](https://community.glideapps.com/t/device-specific-data/44074/5 "2022-07-08T12:56:36Z")

</div>

Yes, when you are in the form, you can add a special value component, one of which is the signed in user’s email. Then you can either apply row owners to that email column, or filter your list to only show rows where the email is the signed in user.

If each user’s rows doesn’t need to be seen by other users, and you don’t need to aggregate any information from all users, then I recommend using row owners because it’s simpler and more secure because only the owned rows will be downloaded to a user’s device. A filter is less secure because all data is still downloaded, even though you only see filtered rows.

---

<div class="post-metadata">

### Author: ![PJnotDJ](https://avatars.discourse-cdn.com/v4/letter/p/9fc29f/32.png) [@PJnotDJ](https://community.glideapps.com/u/PJnotDJ)
#### Post date: [July 8, 2022, 4:27pm UTC](https://community.glideapps.com/t/device-specific-data/44074/6 "2022-07-08T16:27:16Z")

</div>

Would I be using Row IDs with this also. When I try this it does not seem to assign the signed in users email to the row owner column. Im so sorry. Im still trying to wrap my head around the basics. I really appreciate the support.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 8, 2022, 4:33pm UTC](https://community.glideapps.com/t/device-specific-data/44074/7 "2022-07-08T16:33:59Z")

</div>

Row IDs and Row Owners are not related to each other.

Did you add the email special value component to your form?

---

<div class="post-metadata">

### Author: ![PJnotDJ](https://avatars.discourse-cdn.com/v4/letter/p/9fc29f/32.png) [@PJnotDJ](https://community.glideapps.com/u/PJnotDJ)
#### Post date: [July 8, 2022, 5:14pm UTC](https://community.glideapps.com/t/device-specific-data/44074/8 "2022-07-08T17:14:05Z")

</div>

Where would I find this value exactly? Would I navigate to them plus sign on the left within the form and screen edit function? Also would I then need to add an “email” column as the source?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 8, 2022, 6:18pm UTC](https://community.glideapps.com/t/device-specific-data/44074/9 "2022-07-08T18:18:36Z")

</div>

Yes, you definitely need to have an email column. That will be the column that you assign row owners to.

To have it filled by your form, just add a special value component, just like adding any other component.  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/9/59100474e6b376079a846beafce749f659f4ccb6.png)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/9/59da96694877c8f97d60670a8e4db36ba3024bc1.png)

---

<div class="post-metadata">

### Author: ![PJnotDJ](https://avatars.discourse-cdn.com/v4/letter/p/9fc29f/32.png) [@PJnotDJ](https://community.glideapps.com/u/PJnotDJ)
#### Post date: [July 8, 2022, 7:38pm UTC](https://community.glideapps.com/t/device-specific-data/44074/10 "2022-07-08T19:38:40Z")

</div>

Thank you for the visuals! That is really helpful.

I get this message when I try to add a special value. Is this because I am a free user?  
 ![Screen Shot 2022-07-08 at 3.37.22 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/4/342e11f8b9a22e9fd41d4dede06e3d5438f0e451.jpeg)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 8, 2022, 8:05pm UTC](https://community.glideapps.com/t/device-specific-data/44074/11 "2022-07-08T20:05:30Z")

</div>

That means you are not currently viewing the form screen. You are viewing a list style layout screen. You need to be inside of your form to add the special value component.

As a side note, you can’t add additional components to a screen that’s set up as a list style layout. You can only add components on a detail, add, edit, or form screen.

---

<div class="post-metadata">

### Author: ![PJnotDJ](https://avatars.discourse-cdn.com/v4/letter/p/9fc29f/32.png) [@PJnotDJ](https://community.glideapps.com/u/PJnotDJ)
#### Post date: [July 8, 2022, 8:21pm UTC](https://community.glideapps.com/t/device-specific-data/44074/12 "2022-07-08T20:21:30Z")

</div>

Oh wow! Thank you, Jeff! This worked!
