Logic Steps
Apply programmatic and logical functions into your Workflows
Logic Steps enable users to add more traditional automation into Workflows. If you're looking for a way to recreate common behavior across coding languages, then the following currently steps likely hold your answer:
Code -- apply custom Python or Javascript code
Conditional -- allows you to branch your Workflow logic on a series of conditions
Iteration -- looping logic to repeat steps as needed
JSON -- format the output of your Workflow as JSON
Text -- provide a text template
Note: Logic Steps are only available for Workflow applications. They are not available for Agent at this time.
Last updated