Building automations isn’t just about connecting apps - it’s also about defining how and when those connections execute. Keragon’s Workflow Logic components empower you to add control structures to your automations, ensuring your workflows behave intelligently based on data, timing, and conditions.
With logic steps, you can:
-
Control the flow of actions based on conditional rules.
-
Execute repetitive actions using loops.
-
Introduce time-based delays between workflow steps.
-
Split execution paths to handle different business scenarios.
Available Workflow Logic Components
Logic components overview
Here's a breakdown of the logic components available in Keragon:
Logic Component | Description | Learn More |
---|---|---|
Branch | Split your workflow into multiple paths based on conditions. | Read Article |
Continue If | Conditionally continue workflow execution based on comparisons. | Read Article |
Delay | Introduce time-based delays before continuing the workflow. | Read Article |
For Each | Loop over arrays and execute actions for each item. | Read Article |