Ok, I have an output.
It sits there spitting out results.
I want to switch if the output is........ condition.
As I am going further down the rabbit hole of learning best practices, I think I have found an omission.
If I am sending true
and false
, how can I switch them?
Say to only let the false
messages through?
(This is what the switch
node is for - right?)