GetVariable component
With tenant variables you can use variables across all flows of a tenant. These variables can be set with the SetVariable Component and removed with the RemoveVariable Component.
The GetVariable component can be used to retrieve the value of a specified tenant variable and place it on a header. When installed in test it will retrieve the test value and when installed in production it will retrieve the production value.
tip
Read more about using variables in Dovetail on this reference page.
Configuration
The GetVariable component has the following configuration options:
Property | Description |
---|---|
Name | The name of the header you want to place the value of the tenant variable on. |
Tenant Variable | The name of the tenant variable you wish to get the value from. |