Real-world automation is never a straight line. This lesson teaches you to build workflows that make decisions: routing data down different paths, merging parallel branches, and processing items conditionally with IF nodes, Switch nodes, and Merge nodes.
1-A 2-A 3-A 4-A | 5 true 6 a value/rule 7 = IF node checking total>100, true branch to VIP email node, false branch to standard email node 8 = When routing by one field into 3+ distinct categories cleanly 9 = To recombine results before a shared final step, e.g. logging | 10 = They flow out the false output branch instead of the true one