Code
Apply programmatic and logical functions into your Workflows
Code 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 steps likely hold your answer:
Run Code -- apply custom Python or Javascript code to transform data or add complex logic
Call API -- make HTTP requests to external APIs and services
Format JSON -- structure the output of your Workflow as valid JSON for easier consumption
Run SQL Query -- execute queries against your connected databases
Write Liquid Text -- create text templates with dynamic variable substitution
Code Steps provide the flexibility and power needed to handle complex data transformations, integrate with external services, and implement custom logic that goes beyond what's possible with pre-built steps. Whether you need to parse complex data structures, perform mathematical calculations, or connect to specialized APIs, Code Steps give you the tools to accomplish these tasks within your workflows.
Note: Code Steps are only available for Workflow applications. They are not available for Agents at this time.
Last updated
Was this helpful?