Var
Set or pass through a variable value.
Assign a value to a named variable for use in later steps. Useful for computing a value once and referencing it multiple times, or for giving a template expression a readable name.
Components
| Component | Description |
|---|---|
var | Sets or appends a variable in the workflow context for use in subsequent steps |
How is this guide?