Control Flow
System nodes are a unique set of nodes in Varolio. These nodes provide structural functionality, such as conditional statements and loops, to help you create more complex and dynamic workflows. System Nodes do not require pre-configurations or connections. In this guide, we'll cover System Nodes and provide examples of how to use them in your workflows.
(Insert image: System nodes overview)
If Node
The 'If' node allows you to create conditional branches in your workflow. Based on the condition you define, the workflow will follow one of two paths.
(Insert gif: Adding and configuring an 'If' node)
Example 1: Send a Slack message if the temperature in a city is above a certain threshold.
Example 2: Update a task's status in Monday.com only if it is marked as complete.
For Each Node
The 'For Each' node iterates over a collection of items, such as an array or a list, and performs a specific action for each item.
(Insert gif: Adding and configuring a 'For Each' node)
Example 1: Send a personalized email to each recipient in a list you got from a Slack channel.
Example 2: Create a new task in Monday.com for each item in a project's to-do list from your Trello.
(Insert image:fun but a bit technical image or illustration of system nodes and their abilities)
By using these system nodes in your workflows, you can create more dynamic and adaptable automation processes tailored to your organization's needs.
Last updated