Overview
Using local values within Tines allows you to store the results of calculations to reference within your action payload.
Defining local values
Local values are available in all action types within Tines. To define a local variable within an action:
Within your Tines tenant, click on the relevant action tile to open up the action's configuration panel.
If the Local values section is not visible, add it to the configuration via the + Option button:
Within the Local values section, configure the value.
Reference the local value in your Payload -> Builder as
LOCAL.[value]
, as needed.
For examples and more information on local values, visit our Tines University page.