Learn about the different types of steps in Workflows.
stepKey
is the key of the step, and output
refers to the step’s output.
Use this syntax in any step’s input fields (except Code steps). For example, you can use it in Model step prompts, Browser step URLs, HTTP Request step URLs, bodies, headers, and more. Wherever you use this syntax, it will be replaced with the step’s output.
{{userDataStep.output}}
becomes a JSON string).{{}}
syntax:
raw
tab in the step’s output section. This helps you understand what the step outputs and how to use it.
Another example: the response body of an HTTP request step is available in the body
property:
status
property:
{{}}
syntax to access step outputs in non-code steps, and use variables directly in Code steps without this syntax.