Hi All - I have a Dataverse custom table that has these columns. The Platform Column is a Global Choice list.

I want to set my Specification combobox control on my model driven app page to show me the Materials that just apply to a specific Platform.
1) The platform is selected from the Platform Combobox
2) I want the Specification combobox Items to be Materials Filtered from just the Platform that is selected in the Platform combobox
3) The filter needs to use some kind of "in" clause because there is more then one platform in the Platform column of the Materials table, so if I say = I won't get the materials where that Platform is included (in the same row) as others

In need help writing the syntax to get the correct results.
Thank you very much in advance.