I am trying to add a branch to my alteryx workflow that writes out a file only if the results of a predecessor step [a record count] equals 0. But for some reason it ALWAYS writes out the file regardless of the predecessor results. The branch is illustrated n the attached. I have a filter at the beginning of the branch that should block the creation of the file when the record count is NOT 0, but it doesn't matter. It ignores the filter and always write out a file. Any help would be GREATLY appreciated. Thanks.