Create Listview from 'List' field of document references

Database & APIs

Very new here, so any help is appreciated. Here is my database config:

placesOfInterest table

userTrips table - has a couple of fields and a document reference 'List' field that stores placesOfInterest document references

A user can create a trip (add a name, description) and add placesOfInterest to that trip

I have a page that shows the trips they have created. I'd like for the user to be able to click into the trip and see the placesOfInterest that are stored in the userTrips/placesOfInterest field

The 'Trips' page calls the userTrips table and does a listview. when selecting a specific trip, I'm not sure what to pass as a parameter, and even more so what I query on the listview on the detail page

What have you tried so far?

I've tried linking everything under the sun for the query / paramenters

Did you check FlutterFlow's Documentation for this topic?
Yes
2 replies