Hi everybody
I'm trying to List Rows from Dataverse where a Lookup Column value (_st2_group_value) is equal to any of the items in a array I have composed in a previous step (see screenshots) ->


raw input:
{
"host": {
"connectionReferenceName": "shared_commondataserviceforapps",
"operationId": "ListRecords"
},
"parameters": {
"entityName": "st2_bookings",
"$filter": "contains([\"38eca23e-faeb-ec11-bb3d-6045bd8ea63b\",\"42eca23e-faeb-ec11-bb3d-6045bd8ea63b\"],_st2_group_value)"
}
}
I get the following error:

I would really appreciate it if somebody could help me 🙂
Best regards
Eva