Variable Interpolation
Variable Interpolation
Pass data between steps using template variables:
Available Variables
{{input.field_name}}- Access input data{{steps.step_id.output}}- Access output from previous steps{{steps.step_id.output.field}}- Access nested fields{{timestamp}}- Current ISO timestamp{{variables.custom}}- Custom variables (if defined in the action)
Examples
Using input:
Using previous step output:
Accessing nested fields:
Related
- Action Steps - Learn about available services
- Creating Actions - See how to use variables in action definitions
- Examples - See variables in action