Just wondering if anyone can take a look and let me know if this looks like a bug. To me, it certainly does:
I have an action with a condition that it only runs when a search returns a count of 0. Here is the condition:
Here is what the search is doing:
You can see in the debugger that it is returning an empty field, so friend should = empty, returning a list of 0 items, causing the action to run.
But you can see that for some reason it is returning 3, and it does not run. Any ideas why this might be happening?