Guides
Build a Workflow (For, If, Then)
Create condition-based workflows using for-if-then logic.
Build a Workflow (For, If, Then)
Workflows follow a clear model: For defines the trigger, If filters data (optional), and Then defines actions. Reliable workflows come from validating each stage before moving to the next.
What to Click and Do Next
- In the sidebar, click
Operations > Workflows. - Click
Create. - Enter workflow
Nameand optionalDescription, then clickSave. - In the editor, click the
Inputcard underFor. - Choose
EventorData Source, fill required fields, and clickSave. - Click the
Conditioncard underIf(if needed). - Enter SQL, click
Run Query, reviewSchemaandResult, then clickSave. - In
Then, click an action card or+. - Select action type (
Webhook,Email,SMS,AMQP,Microsoft Teams, orIntegration). - Configure destination and payload, test if available, then click
Save.
Finish and Verify
- Confirm the workflow no longer shows
Incomplete workflow. - Use
TestorRun Oncefor an initial execution. - Review activity logs for expected output.
Common Issues
- Run controls remain disabled because one section is unsaved.
- Action succeeds in test but fails at runtime due to destination credential mismatch.