I'm working on building a details page using Dynamic Content
I have a set of "Courses", set up as a dynamic collection. I also have a set of "Instructors" also set up as a dynamic collection.
In the Courses collection, I have a field named "Instructors" which is set up as a multiple reference to the Instructors collection.
I can edit an item in the Courses collection and select one or more Instructors.
However, on the Details page for the Courses, I can't figure out how to get the specific instructor or instructors for the course I'm looking at to show up. When I use the Dynamic Text addon, the dropdown for the field does not include Instructors as an option, so I can't select it.
If it's not clear, what I want to to is display a details page about a course, and include information about the instructors assigned to that course (from the Instructors collection) on that page
Not sure what I'm doing wrong