# Clientele App

**URL:** https://community.glideapps.com/t/clientele-app/56740
**Category:** Ask for Help
**Created:** [January 15, 2023, 10:23pm UTC](https://community.glideapps.com/t/clientele-app/56740 "2023-01-15T22:23:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ibrahim17](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ibrahim17/32/69140_2.png) [@ibrahim17](https://community.glideapps.com/u/ibrahim17)
#### Post date: [January 15, 2023, 10:23pm UTC](https://community.glideapps.com/t/clientele-app/56740/1 "2023-01-15T22:23:37Z")

</div>

I am developing a clientele App. The issue is how should I stop other clients to edit and delete data of others. And how should I give the admin the authority to perform all these task?  
Can anybody share video explanation if possible

---

<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: [January 15, 2023, 10:27pm UTC](https://community.glideapps.com/t/clientele-app/56740/2 "2023-01-15T22:27:17Z")

</div>

You can place a condition on the edit screen to only allow editing if the email in that row is the signed in user. You can also add a condition to allow Admins to edit.

---

<div class="post-metadata">

### Author: ![ibrahim17](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ibrahim17/32/69140_2.png) [@ibrahim17](https://community.glideapps.com/u/ibrahim17)
#### Post date: [January 15, 2023, 11:21pm UTC](https://community.glideapps.com/t/clientele-app/56740/3 "2023-01-15T23:21:55Z")

</div>

do I have to include admin and email in every sheet for this to work?

---

<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: [January 15, 2023, 11:32pm UTC](https://community.glideapps.com/t/clientele-app/56740/4 "2023-01-15T23:32:55Z")

</div>

You just need to make sure you are writing the email of the signed in user whenever you add a new row. Then set the condition for editing to check if Email is Signed in User OR User Profile → Role is ‘Admin’.
