# How to make user specific app for multi-user

**URL:** https://community.glideapps.com/t/how-to-make-user-specific-app-for-multi-user/45014
**Category:** Ask for Help
**Created:** [July 22, 2022, 7:49am UTC](https://community.glideapps.com/t/how-to-make-user-specific-app-for-multi-user/45014 "2022-07-22T07:49:24Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Sachin\_singh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sachin_singh/32/41157_2.png) [@Sachin\_singh](https://community.glideapps.com/u/Sachin_singh)
#### Post date: [July 22, 2022, 7:49am UTC](https://community.glideapps.com/t/how-to-make-user-specific-app-for-multi-user/45014/1 "2022-07-22T07:49:24Z")

</div>

I have built an app for data entry and I have kept a check on a particular data duplicity using user specific columns and relation. But I am facing an issue that over-writes the entry in a form when multiple users are making the same entry. Is there a way around to make entries separate for multiple users working on the same data sheet?

---

<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: [July 22, 2022, 8:07am UTC](https://community.glideapps.com/t/how-to-make-user-specific-app-for-multi-user/45014/2 "2022-07-22T08:07:11Z")

</div>

Sounds like you are using a [Custom Form](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014), yes?  
When using custom forms, it is very important that all of your input components are directed at user specific columns. This will prevent the issue that you’ve described.

---

<div class="post-metadata">

### Author: ![Sachin\_singh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sachin_singh/32/41157_2.png) [@Sachin\_singh](https://community.glideapps.com/u/Sachin_singh)
#### Post date: [July 22, 2022, 8:48am UTC](https://community.glideapps.com/t/how-to-make-user-specific-app-for-multi-user/45014/3 "2022-07-22T08:48:14Z")

</div>

Yes… I am using custom forms.  
Regarding your proposed solution, I can see that all the input components are directed at user specific columns in your custom form app (Animal data entry app). Still, if you add animals from different users, it over-writes one user entry to another at the time of editing. Can you check that?

---

<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: [July 22, 2022, 8:52am UTC](https://community.glideapps.com/t/how-to-make-user-specific-app-for-multi-user/45014/4 "2022-07-22T08:52:14Z")

</div>

> [@Sachin\_singh](#):
>
> Still, if you add animals from different users, it over-writes one user entry to another at the time of editing.

No, that is impossible when you use User Specific Columns.

 ![Screen Shot 2022-07-22 at 4.50.36 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/f/af07db28d2d9e343066e494635c723af178fe0d0.png)

> **[User-specific columns | Glide Docs](https://www.glideapps.com/docs/user-specific-columns)**
>
> Allow cells to hold unique data for each user.

---

<div class="post-metadata">

### Author: ![Sachin\_singh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sachin_singh/32/41157_2.png) [@Sachin\_singh](https://community.glideapps.com/u/Sachin_singh)
#### Post date: [July 22, 2022, 10:50am UTC](https://community.glideapps.com/t/how-to-make-user-specific-app-for-multi-user/45014/5 "2022-07-22T10:50:22Z")

</div>

Thanks @Darren_Murphy. I was struggling on this for days… Its working!

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [July 23, 2022, 10:51am UTC](https://community.glideapps.com/t/how-to-make-user-specific-app-for-multi-user/45014/6 "2022-07-23T10:51:05Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
