I am currently using a drop-down menu to filter a gallery. I want to change the code so that the gallery will i stead filter based on items checked in another gallery instead.
I can't imagine the code is too difficult to change, but I can't wrap my head around it. Tried searching these forums, as well as enlisting CoPilot.
Here is the code I am using to do the dropdown based filtering:
If(IsBlank(Dropdown1.Selected),Filter(Frameworks, Framework_ID=FrameworkSelected),Filter(Frameworks, Theme_ID=LookUp(Frameworks, Theme=Dropdown1.Selected.Result, Theme_ID)))
Does anyone know how I can change this to filter based off of checkboxes in another gallery?