I created a N:N relationship between two tables. My understanding is that Dataverse creates a third table to store the related items.
My tables are called Books and Authors. I have a dropdown list with all Books and when a user selects one, I want to display related author(s) in a gallery below.
How do I access this table in a canvas app? Do I need to explicitly bring it in with Add Data in the Data pane? I can see the Relationship table name in the relationship settings on my table. I'm trying to plug that value into the items property of a gallery just to see what I'm working with but I can't get anything to resolve.
Does anyone have an example they could point me to on what this filter would look like? Thanks in advance.