A Node is a single step in your workflow. Think of nodes as building blocks — each one performs a specific task on your data. As your workflow runs, it moves through each node, executing the logic or action defined there.
There are three types of nodes:
Destination Nodes
Transformation Nodes
Logic Nodes
These are where your data ends up after it's processed.
Purpose: Send or sync data to external tools.
These are used to manipulate, or enhance your data before sending it anywhere.
Purpose: Change or refine the data.
These are used to manipulate, or filter your data before sending it anywhere.
Last updated 3 months ago