groups of CONDITIONS
-
I feel like this is a simple stupid question but I'm having a mental "block" (no pun intended)
How can I say, IF THIS GROUP OF CONDITIONS IS TRUE then ACTIVATE THIS OTHER GROUP OF CONDITIONS, otherwise, do something else or nothing?
-
Even one single Condition block does that, it check IF and then if the result is TRUE it goes to one path, otherwise it goes to another path. Few Condition blocks work as a single Condition if there is 1 input and 2 outputs.
I don't really know what to say, I think it's obvious. When two blocks are connected, the first one (if it passes) causes the next one to run. Two groups of Conditions can be connected. There is also "Run blocks" block.