I have a flow which I would like to stop if there are any rows in one of my left joins.
I found this posting which details exactly how to do just that.
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Stop-workflow-on-a-condition/ta-p/19890
However when I add this to my flow the condition fails no matter what I do. Here is the portion of the flow.

Here you can see the result is the count equals zero.

Here is the configuration of the test tool.


I believe I've set this up so that if the first cell in field 'Count' is greater than 0 it should fail, but it is failing when it equals zero.
I've confirmed the field is setup as an integer, and have tried numerous combinations with no change in result.