hello
i have trouble with filter of array. I map array with id value and I want everything to pass if oneof these id’s is not inside the array, but bundles do still go through filter even if bundle has tags array that contains id 1151 for example. How do I fix thank you so much.
Example I Filter:
{
"Id": 502111,
"Name": "John Doe",
"FirstName": "John",
"LastName": "Doe",
"CompanyName": "company",
"Tags": [
{
"Id": 960,
"Name": "Tag 1"
},
{
"Id": 1152,
"Name": "Tag 2"
}
]
}