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:
-
Confirmed the relationship is set in both collections.
-
Made sure the records in the “FlightInfo” collection actually have a user selected in the relationship field.
-
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


