Hi there,
I have a collection with one column. The values in the column are chosen by the user at a previous point in the app.
There is a SharePoint List Choice column that contain the same values that would appear in the collection.
I want to filter a gallery based on the items that are matched from the collection to the Choice column.
I have this, in which the syntax is correct, but it doesn't seem to filter the gallery items at all:
Filter('Inhaler data for app', 'Overarching Drug Class'.Value <> "SABA" &&
Concat(ActivityCollection2,Value&",") in Concat('Drug Class',Value&",")) <----Adding this doesn't do anything
I have many other conditions in the filter, which seem to work ok, but this one doesn't. Full code:

Hope you can help 🙂
Thanks in advance! Joel