Code
Apply programmatic and logical functions into your Workflows
Last updated
Was this helpful?
Apply programmatic and logical functions into your Workflows
Last updated
Was this helpful?
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:
-- apply custom Python or Javascript code to transform data or add complex logic
-- make HTTP requests to external APIs and services
-- structure the output of your Workflow as valid JSON for easier consumption
-- execute queries against your connected databases
-- 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.