Logic and Control
An overview of actions that control the flow of your workflow, enabling conditional logic, custom code execution, and parallel processing.
The actions in this category are the "brains" of your workflow. They don't typically connect to external services, but instead, they direct the flow of data and determine which actions to take and when. They allow you to build dynamic, intelligent workflows that can adapt to different situations.
Use these actions to:
Execute custom code: Run your own Python or JavaScript code to perform custom data transformations or logic.
Create conditional paths: Use "If/Else" or "Switch" actions to route your workflow down different branches based on the data it's processing.
Run sub-workflows: Encapsulate and reuse a common sequence of actions within a larger workflow.
Iterate over data: Process items in a list one by one.
Mastering these actions is key to building complex and powerful automations.
Last updated
Was this helpful?