I am trying to use the List Rows (Dataverse) action with the Filter rows parameter.
I have a list of ID's which i need to filter on. My list looks like this: ['600268253','600268266']. To accomplish this i tried to use the In function. So i filled my filter like this:
Microsoft.Dynamics.CRM.In('Item Number',['600268253','600268266'])
This resulted in the following error:
An unknown function with name 'Microsoft.Dynamics.CRM.In' was found. This may also be a function import or a key lookup on a navigation property, which is not allowed.
Anyone who knows how to use this filter?