Learn how data flows between steps using variables in your agent workflows
In your agent workflows, data is passed from one step to another using variables. Variables are outputs generated by a step and can be inserted into the parameters of subsequent steps. This makes your workflows dynamic and adaptable to different data inputs.
Every step has configurable parameters that determine its behavior. Options can accept either:
For example, while configuring a Google Search
query, you might want to customize the query using data from an earlier step.
To do this, simply click the +
button next to the text field and select the appropriate variable.
To successfully pass a variable from one step to another, the two steps must be connected in your workflow. Here’s the simple rule:
Since all steps eventually originate from the Trigger step, variables from the Trigger step are available throughout the workflow, provided the connection exists.
To insert a variable into an parameter: