Description
Data Transformation node in n8n.
What It Does
Branch the workflow into true/false paths based on conditions.
When To Use It
Conditional routing: paid vs unpaid, valid vs invalid, in-stock vs out.
Key Parameters
Conditions (field, operator, value), combine mode (AND/OR)
Common Mistakes
Outputs are labeled true/false – wire BOTH paths or the false path silently drops items.
Example
{{ $json.status === “paid” }} -> true: send receipt, false: send reminder.
FAQ
Is this node included in n8n Community Edition?
Yes – IF ships with the free Community Edition. No paid license needed.
For 3+ branches use Switch instead of nested IFs.?
Where does it fit in a workflow?
IF works with any other node – connect it after a trigger or data node, and feed its output into the next step. Standard n8n data flow: trigger -> transform -> act.
Is support included?
Yes – message the seller through the store and I will help you wire this node.
Discover more from Wiredwizard
Subscribe to get the latest posts sent to your email.





Reviews
There are no reviews yet.