Hi all,
I have two tables (Table1 and Table2) with many-to-many relationship and am displaying each table as a gallery and have a third gallery showing the records of Table2 that are related to the selected record of Table1. What I want to do is in the gallery of Table2 records, I only want to show the items that are NOT related, so that the user can "move" Table2 records between a "related" gallery and a "not yet related" gallery.
Gallery.Selected.Table2 to show related records is easy, but how do I do that opposite?
Working with canvas app and Dataverse for Teams as datasource.