RemoveVariable component
With tenant variables you can use variables across all flows of a tenant. These variables can be set with the SetVariable Component and retrieved with the GetVariable Component.
The RemoveVariable component can be used to remove a specified tenant variable.
tip
Read more about using variables in Dovetail on this reference page.
Configuration
The RemoveVariable component has the following configuration options:
Property | Description |
---|---|
Tenant Variable | The name of the tenant variable you wish to remove. |
caution
A RemoveVariable component does not care about the environment it is installed in. When used both the value for test
and production
will be removed.