Handling many outcomes
Acme Support Desk tickets also carry a status field — pending, approved, or rejected. The team needs each status routed to a different handler. With more than two possible outcomes, an If node isn't enough.
Build a workflow that uses a Switch node with three routing rules to route tickets by status. You'll add a message to each branch and test all three outcomes.
This exercise is part of the course
Introduction to Workflow Automation with n8n
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise