Creating list within list

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.

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.

1 Like