Dear community,
I have a filter expression in get items action. I have now added a new field in the form and also in the list that is querying the same columns mentioned below. I now have to check NewField in the filter. The field is multiple selection choice field. How can this be achieved? Do I need to select contains so that it will filter with additional field.
(Channel/Title eq '@{triggerOutputs()?['body/Channel']}') and ((ClaimType/Title eq '@{triggerOutputs()?['body/ClaimType']}') or (SubClaimType eq '@{triggerOutputs()?['body/SubClaimType']}')) and (RequestType eq '@{triggerOutputs()?['body/RequestType']}')