Filtering Response Payload of a rest endpoint
Summary
I have List of Values in ADP and I want to filter the response from an Rest Endpoint based on list of values i am getting in ADP or ArrayContent
List of all records having AccountId matched to list of PartyId but getting error.
I have tried this
{
"op": "$co",
"attribute": "AccountId",
"value": "{{ $page.variables.accountListADP.data[0].items[0].PartyId }}"
}
Tagged:
0