Hello Power Apps Community,
I would like some help please.
I've created two CDS entities: "Level" and "Measure". It's a "Many-to-Many" relationship.
I have a simple canvas app.
On screen 1 is a gallery of all the records for "Levels". I have a "Next Arrow" icon against every "Level" record.
When I select a specific "Level" record, it navigates to screen 2.
On screen 2 I wish to have a gallery of all the "Measure" records for the selected "Level" record.
So, my question is how can I show all the "Measure" records for the selected "Level" record?
I can't find out how to do this and think it's due to the Many-to-Many relationship. At a One-to-Many relationship I've been able to achieve this by using a filter with different entities.
Any help would be greatly appreciated.
Garry