In n8n
- Click "+" to add a node
- Search for "IF"
- Click "IF"
- A configuration panel appears
- Set your condition the same way: field, operator, value
- The node branches into two paths:
- True path (connects to the right)
- False path (connects below, optional)
- Connect actions to the true path (actions that should run if the condition is true)
- Optionally connect actions to the false path (actions that should run if the condition is false)