Hey all,
Below is my powerapp

The green boxes are the items I wish to filter and are displayed inside a gallery which is connected to a sharepoint list.
Currently, I have the gallery filtered to check the dropdown in the top left and filter based on the selection. Here is my formula on the 'Items'

The part I am now having trouble with is then filtering the gallery based on the checkboxes.
In the sharepoint list, I have one single line of text column labelled "Tags". This contains all the tags associated with that particular item. These 'tags' are the same as the checkboxes on the left of the screen. I essentially want the gallery to filter based on if that checkbox is ticked and if that tag is on that item.
Example:
I have 'Show All' selected in the drop down and I have three checkboxes ticked.
The result would be to show All Items that have either or all or some of those three checkboxes in the "Tags" column
Is this possible and if so how?
Thanks in advance!