Compare How To's
How to's for the Compare guide.
How to use FlowCompare as a branching decision?
- Drag and drop the
FlowComparenode into your workflow. - Define multiple comparison rules as needed.
- From the FlowCompare node, draw separate connections (arrows) for each rule.
- Connect each to a distinct node to represent different outcomes based on the evaluation.
How to set a default path when no condition matches?
- Create a final comparison rule with a condition that always evaluates to true (e.g.,
1 == 1). - Place this rule at the end of the rule list.
- Connect it to the desired fallback flow node to act as the default path.