I have a collection of products that I put in a gallery, that looks like this;


I added a label in the gallery named lblProduct
That collection is basically an array of products. Now I need to filter a gallery based on those values in that collection.
I am currently doing it like this, but it only takes the first product, and not the other products. I want to filter Checklist_Vragen_OpleverApp based on the values in the collection
Filter(Checklist_Vragen_OpleverApp; lblProduct.Text in Product_Type)