# Creating list within list

**URL:** https://community.glideapps.com/t/creating-list-within-list/71156
**Category:** Ask for Help
**Created:** [February 26, 2024, 4:22am UTC](https://community.glideapps.com/t/creating-list-within-list/71156 "2024-02-26T04:22:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sandy12310](https://avatars.discourse-cdn.com/v4/letter/s/a183cd/32.png) [@Sandy12310](https://community.glideapps.com/u/Sandy12310)
#### Post date: [February 26, 2024, 4:22am UTC](https://community.glideapps.com/t/creating-list-within-list/71156/1 "2024-02-26T04:22:12Z")

</div>

Hi, I am a beginner trying to create an individual list within each part of a list if that makes sense?

I need an initial list, then each choice takes you to a separate list, then each one of those to a detail screen. I am struggling with getting a different screen behind each choice form the initial list. Can anyone help me?

Thankyou.

---

<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: [February 27, 2024, 12:15am UTC](https://community.glideapps.com/t/creating-list-within-list/71156/2 "2024-02-27T00:15:33Z")

</div>

How are you structuring your data? If you have a parent-child setup already, you can just have a multiple relation in the parent table to the child table, and display that as a collecton inside the parent’s details view.
