Is there a way to filter a Collection before its displayed in the Gallery?
I have a collection based on a SharePoint list
Collect(CCRDCollection, CustomerCareRecord)
I then have a filter on this collection
Filter('CCRDCollection', MasterID = TI_MasterID.Text)
I would like to filter the collection before it get to eh Gallery to allow me to sent the collection in an email.