# Tidying up apps - finding orphan forms?

**URL:** https://community.glideapps.com/t/tidying-up-apps-finding-orphan-forms/75795
**Category:** Ask for Help
**Created:** [August 22, 2024, 3:56pm UTC](https://community.glideapps.com/t/tidying-up-apps-finding-orphan-forms/75795 "2024-08-22T15:56:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Mark\_Turrell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark_turrell/32/26605_2.png) [@Mark\_Turrell](https://community.glideapps.com/u/Mark_Turrell)
#### Post date: [August 22, 2024, 3:56pm UTC](https://community.glideapps.com/t/tidying-up-apps-finding-orphan-forms/75795/1 "2024-08-22T15:56:47Z")

</div>

I am going through my apps and find that some columns or actions relate to forms… which I recognise… but I do not know how these forms appear. Is there any trick I can use to help? Ideally I know which action opens these forms so I can back-track. Thanks!

---

<div class="post-metadata">

### Author: ![Mark\_Turrell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark_turrell/32/26605_2.png) [@Mark\_Turrell](https://community.glideapps.com/u/Mark_Turrell)
#### Post date: [August 22, 2024, 4:00pm UTC](https://community.glideapps.com/t/tidying-up-apps-finding-orphan-forms/75795/2 "2024-08-22T16:00:44Z")

</div>

I am starting to leave a text component only for dev (email, etc) with a note… and that means that if I do not see that note on my normal path… then I try to track things down.

Next will be to look for each action, and then disable column and webhook type things to just open the form and have a look. Maybe these methods will help!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 22, 2024, 11:38pm UTC](https://community.glideapps.com/t/tidying-up-apps-finding-orphan-forms/75795/3 "2024-08-22T23:38:03Z")

</div>

A general trick I would use is to always use custom actions for your buttons and everywhere else you can assign an action. Name the actions like you would name your columns, e.g: Form/Add a user. It makes searching much easier, and you can actually see which buttons are using that action in the Actions dashboard.

---

<div class="post-metadata">

### Author: ![Mark\_Turrell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark_turrell/32/26605_2.png) [@Mark\_Turrell](https://community.glideapps.com/u/Mark_Turrell)
#### Post date: [August 23, 2024, 6:58am UTC](https://community.glideapps.com/t/tidying-up-apps-finding-orphan-forms/75795/4 "2024-08-23T06:58:47Z")

</div>

I do that, very likely most of the time. I end up with forms I did not make, which contain a long set of text entry fields. Likely these came from a component where I had not removed the ‘let users add’ kind of thing.
