🗒 Cheat Sheet← Lesson
BitWithBite
n8n Automation Worksheet

⚙️ Logic and Routing

Chapter: n8n Automation · Level ★★☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
The IF node for branchingThe Switch node for multiple pathsComparing values in conditionsMerging branches back together
📚 Quick Recap

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.

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1A node that splits a workflow into true/false paths is:
2A node for routing to 3+ different paths is:
3Combining two branches back into one is done with:
4IF node conditions typically compare:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5The IF node produces a output and a false output.
6Switch routes items based on matching .
7Design logic: if order total > 100, send VIP email, else send standard email.
8When would Switch be better than several IF nodes?
9Why might you need a Merge node after branching?

🚀 Section C · Challenge ● CHALLENGE 5

10What happens to items that fail an IF condition?
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

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

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet