I'm trying to display two galleries. The first gallery is the parent gallery and the second gallery is the child gallery. So when an item in the first gallery is selected then the second gallery should show all the related child records. The tables are dataverse tables.
It looks like the solution is to filter the second child gallery so item=Filter('child table', field_from_child_table = galleryParent.selected.field_from_parent_table).
The problem I'm having is when setting the one-to-many relationship between the parent and child table in the dataverse I did not specifically relate two fields as containing the relationship. I do not know which fields I'm supposed to specify as containing the relationship.
I need help setting both the child field and the parent field in the filter when using dataverse tables.
Thanks