Skip to content

Using Variables

Variable values are set by Control components or the value of other variables on the page.

The Control component will automatically adapt it’s display type to the variable type connected to it. For example, if a “Select” type is connected, the control will display a dropdown box. If a “String” type is connected, it will display a text input box.

A close-up of a computer AI-generated content may be
incorrect.

A control group is a collection of variables combined together so they can be submitted as a single action. Rather than managing multiple variables individually — each with their own submit button — a control group allows you to group them together and submit all values at once.

Each variable in a group can be marked as required or optional, and given a label and description. Control groups are used in conjunction with the Control Group Widget on a dashboard, or to drive forms via the Submit Button widget.

Control group