How to make an element that contain a list of elements

Hi, iam making an app with Adalo, and i make a reapeating group that contain the name of the “ItemsLists” inside it, and i want that when the user click the name of an “ItemsList” in the repeating group, it oppen a new page with a repeating group that contain the names of all the “ListElements” the “ItemsList” that the user clicked contain. “ItemsList” and “ListElements” are data things.

Hi @Tonyhauf ,

In that new page/screen, you can filter ListElements with All ListElements filter Name=Current ListElements>Name

If you implement id in your collection it can become id=Current ListElements>id

The nested ItemsList is still using current ListElements>ItemsList

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.