The n8n IF and SWITCH Node

The n8n IF and SWITCH Node

1.745 Lượt nghe
The n8n IF and SWITCH Node
In this video we look at 2 of the core n8n nodes - the IF node and the SWITCH node. The video takes a look at what the two nodes do and when you might want to to use them. It shares an example of a simple IF node using a true or false condition, matching one expression against another and then looping using the IF node if your data may change or update. The example of the SWITCH node looks at branching based on received data. You can see the corresponding article, including copy and paste code snippets at https://autom8this.com/the-n8n-if-node-and-switch-node/ 00:57 - IF Node - Simple True of False Condition 05:07 - IF Node - match One Expression Against Another 07:08 - IF Node - Creating a Loop Until Condition Becomes True 10:19 - IF Node - Adding a Loop Counter 12:41 - The SWITCH Node