# How to dissociate element?

**URL:** https://community.glideapps.com/t/how-to-dissociate-element/67459
**Category:** Ask for Help
**Created:** [November 2, 2023, 3:26am UTC](https://community.glideapps.com/t/how-to-dissociate-element/67459 "2023-11-02T03:26:11Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [November 2, 2023, 4:44am UTC](https://community.glideapps.com/t/how-to-dissociate-element/67459/2 "2023-11-02T04:44:27Z")

</div>

- Create a new column in your table and number the rows: 1, 2 ,3, etc
- Now go to your Collection component configuration and enable advanced actions
- You need to change the default Item Click action, and make it a custom action with a separate conditional branch for each item.
- Make the first item Show Detail Screen-\>This item, and make the rest Show New Screen-\>This item
- This will give you your existing (default) screen for the first item, and each of the others will have it’s own independent layout that you can customise.
- So your custom action will be something like the following:  
– If Item equals 1  
— Show Detail Screen → This item  
– Else if Item equals 2  
— Show New Screen → This item  
– Else if Item equals 3  
— Show New Screen → This item  
– etc…

---

_[View the full topic](https://community.glideapps.com/t/how-to-dissociate-element/67459)._
