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:

  1. Code -- apply custom Python or Javascript code

  2. Conditional -- allows you to branch your Workflow logic on a series of conditions

  3. Iteration -- looping logic to repeat steps as needed

  4. JSON -- format the output of your Workflow as JSON

  5. 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