Hello,
I've run across a very confusing issue. This filter is finding 0 records to be True, and the Browse Tool displays this as expected:

This outputs to a Python Tool as Input #5. When I read this in the Python Tool, it is displaying a dataframe from a previous run before I changed both the column selections and the filter parameters.

I've only included the shape of the dataframe in the screenshot above since I would expect an empty dataframe.
Some additional points:
- The other inputs into this Python Tool have the correct data and shape from their respective upstream output tools.
- This only occurs when the Filter Tool doesn't return any records meeting True.
- This has happened to other inputs into this specific tool before changing the filter parameters that returned records meeting the conditions.
- I have verified the output of the Filter Tool is on the "True" output and not the "False" output.
I've attached the workflow. Thank you for your help!