Hi All,
Recently I tried to create a filtered gallery using additional screens, additional galleries and I think I over complicated the issue by accident, @RandyHayes helped me find the solution to the issue but looking back, this could have been made a lot simpler by just using one screen.
So I'm going to try another approach, I have a PowerApp which is a staff database, I have the usual screens BrowseScreen1, DetailScreen1 ect.
On the BrowseGallery1 screen, I want to add filter buttons at the top which will filter the records depending on which button is active and according to a toggle value set within the record of yes / no (true / false)

The picture below is the Fields and Toggle values within a staff members record

This is the code I am using so far:

The part I'm struggling with is the code to use, for example:
If either the "MST" "AET" "MENTOR" button is selected, filter the gallery based on the toggle values (true / false) within the records.
Anyone with experience around this?
Many Thanks 🙂