Adalo Xano Trouble Displaying List of Users Referenced in Group Collection

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:

  1. Show the group name.
  2. 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!





Welcome to the community @johannes! :partying_face:

You need another collection for get group’s users. Check this video out! : video1372692327.mp4 - Google Drive ( sorry because I have mistakenly shared the sound :joy: )

Forgot to show that in the users list, you need to add a filter and the name would be var name ( in my video it’s group_id ) and the value would be current group > ID. Sorry for that!

1 Like

Thank you so much.

1 Like