Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Variables.[Table] data type

Store a reference to a specific table of Glide variables such as a decision input variable.

Basic options

OptionDescription
LabelDisplays the label used to identify the data variable in the Workflow Studio interface. The label can consist of any text.
NameDisplays the name used to identify the data variable in script calls. The name can only consist of alphanumeric and underscore characters. The system automatically converts the label into a valid name by removing or replacing any special characters.
TypeIndicates the type of data stored by the data variable.
MandatoryIndicates whether the data variable must contain a value when configured in an action.

Advanced options for Variables

OptionDescription
Data DefinitionSpecifies the table that stores Glide variables. Each variable type has its own source table to store variables and their associated data as name-value pairs. Some tables that store variables don't support directly adding or editing variable records. For example, the variables of an action or subflow are defined when you create the action or subflow. Edit the action or subflow to change the variables, rather than directly editing the table that stores the variables.
Depends-On Another InputSpecifies whether the data definition value is determined by another input. Use this option to dynamically set the data definition rather than hard-code it to a specific value.

Log decision input variables

This example logs a decision input variable. Create an action with a single input of type variable. Select the Decision Input [sys_decision_input] table as the source of the variable.

Image omitted: example-variable-sys\_decision\_input.png
input variable of type variable where the source table is Decision Input

Add a log step to store the results of your variable selection. Test the action to see a choice list of available decision inputs. Select a decision input type to see its variables. For example, select the Callback Topic Policy to display three variables.

  • portal
  • channel_id
  • provider_application_id
Image omitted: example-test-variable-sys\_decision\_input.png
Variables for the Callback Topic Policy decision input

Each decision input that you select displays a different set of variables.

Parent Topic:Workflow Studio input and output data variables