mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 17:38:40 +07:00
1.1 KiB
1.1 KiB
description, contentType
| description | contentType |
|---|---|
| Split workflows into multiple paths using If and Switch | howto |
Splitting workflows with conditional nodes
Splitting uses the IF or Switch nodes. It turns a single-branch workflow into a multi-branch workflow. This is a key piece of representing complex logic in n8n.
Compare these workflows:
This is the power of splitting and conditional nodes in n8n.
