Hi Community!
I am stuck trying to implement this feature in PowerApps. Let me explain the issue,
I have two SharePoint Lists that are added as sources in PowerApps, the lists are as follows -
List 1

List 2

Now what i am trying to do is to implement a DropDown in the Browse Gallery page of List 2. The Drop down should shown values of Location from List 1 (here, Brooklyn and Queens). If Brooklyn is selected, then the Browse Gallery of List 2 should only display the Academic details of students from that location.Like Shown below -
Academic Details - List 2's Browse Gallery
I used this following code in the dropdown to list out the distinct locations but i do not know how to filter the browse gallery with the item selected from the drop down.
Distinct('Student Details','Location'.Value)
Is there anyway to accomplish this? I'm totally stuck.
Thanks for any help!