Help Needed: Related Data Not Displaying in Lists/Text

Hi, I’m relatively new to Adalo and I’m stuck on an issue with displaying related data.

I have a collection (FlightInfo) that has a relationship to another collection (User). I’ve set a “Many-to-One” relationship from FlightInfo to User. However, when I try to display the FlightInfo on a list, the field is just blank.

What I’ve Tried:

  1. Confirmed the relationship is set in both collections.

  2. Made sure the records in the “FlightInfo” collection actually have a user selected in the relationship field.

  3. Tried displaying the data in a list and in a detail screen.

It feels like the connection is there but the data isn’t flowing through. I’m not sure if the issue is in the relationship setup, how I’m displaying it, or something else entirely.

PS. I have connected a User Collection to userInfo the same way, and it is completed working fine.

Any guidance would be hugely appreciated!

Screenshot 1: This is how I want the Homepage to look in the app

Screenshot 2: This is the actual outcome in the preview. As you can see, the user>FlightInfo details are missing—the fields are just blank.

Screenshot 3: This is the User collection from my database

Hi @maeho

Are you trying to show one flight details or multiple selected records?

I tried to list all the related data.

However, I solved the problem myself by creating new collection. It works well now

Thanks.

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