# Collections opening to same source

**URL:** https://community.glideapps.com/t/collections-opening-to-same-source/73153
**Category:** Ask for Help
**Created:** [May 7, 2024, 2:17pm UTC](https://community.glideapps.com/t/collections-opening-to-same-source/73153 "2024-05-07T14:17:46Z")
**Posts on this page:** 1
**Showing post:** 5

<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: [May 7, 2024, 2:40pm UTC](https://community.glideapps.com/t/collections-opening-to-same-source/73153/5 "2024-05-07T14:40:43Z")

</div>

What you need to do is create a custom collection item click action, with a separate conditional branch for each item in the list.

So first make sure each row has a column that uniquely identifies it - I usually just number the rows - and then build an action like:

- If ID equals 1, then  
— Some action 1  
— Some other action
- else if ID equals 2, then  
— another action  
— yet another action
- etc

---

_[View the full topic](https://community.glideapps.com/t/collections-opening-to-same-source/73153)._
