Hi Community,
I have a FilterTool at the beginning of my workflow, which checks if certain data is present in my data set. Depending on the quarter, the complete data set is output as "True" or as "False".
E.g. in quarter 1 a True output is given and accordingly the adjustments are made with different tools. The False output then contains no data. This works also Vice Verca.
I am now looking for a way to disable the tools that come after the False Output, for example, if the False Output does not contain any data, so only calculations with the True Output should be made.
This should then also work Vice Verca, if I have no True Output these tools should be deactivated and only the tools after the False Output should run and write output.

I hope someone coul dhelp me with this issue!