Workflow search should return nothing but it's returning something

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:
image

Here is what the search is doing:

image

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.
image
image

But you can see that for some reason it is returning 3, and it does not run. Any ideas why this might be happening?
image

This topic was automatically closed after 14 days. New replies are no longer allowed.