Variables
3 min
Variables support Turbine orchestrators by allowing them to collect data, store it, and use it in downstream actions. Using the Create Variables and Update Variables native actions let orchestrators create and/or update variables (without writing code), add variables, and apply properties from the playbook.
Create Variables
How do you use the Create Variables native action?
First, create your playbook and/or add a trigger. For variables to be applied, there must be previous inputs available upstream in the playbook.
- Click the Action drop-down menu and select Create Variables.Click Configure, then click Add variable to see a list of available property types that you can use. Currently, you can add: String, Number, Boolean, Object, Array, or Attachment. If you want to have more than one, just click the same button and select another property type.
Update Variables
Do you want to change your existing variable? Let's take a look at a configured variable action. In the example, there are two variables: a string and object.

To update the inputs from this variable:
- Add the Update Variables action and click Configure.





