Why is my empty array still returning a value?
Hello,
I have a scenario in which I have an empty array passing through a filter despite the filter asking that the value must exist. Can someone point out what I have wrong in my array?
Here is my array:

and here is my filter:

With a second filter/route if the value does exist
Now here is a the scenario run in a way that would not include any values from those fields:

As you can see I have made no entry for those values. Despite that the bundle still passes through my "exists" filter.

Any ideas here? I feel like I am missing something obvious. Thank you in advance.

