Hi Adalo Community,
I’m working on an app where I have a Groups collection and a Users collection. Each group has a list of users referenced in a column called members. My goal is to display these users in a list on the group details screen.
Here’s the setup:
- Groups Collection: Contains a name field and a members field (which references users from the Users collection).
- Users Collection: Includes a name and email field.
What I’m trying to achieve:
- Show the group name.
- Display a list of users who are part of that group (from the members column).
The issue:
When the members field contains multiple users, I can’t display the list in Adalo.
I’m not sure if I’m missing a step when working with lists or table references in Adalo. Any suggestions on how I can fix this and display the users properly?
Attached you can find Screenshots
Thanks in advance for your help!