Skip to main content

Manage Custom Variables

The Manage Custom Variables feature allows administrators to create, view, and delete team-specific custom variables. These variables can be used throughout the system for automation, rules, or device-level configurations.


Accessing Custom Variables

  1. Log into the console and navigate to Management > Devices.

  2. Select your team.

  3. Go to Actions > Manage Custom Variables.

    This opens the custom variables management page, where all existing variables are listed in a table.

manage-device-variables


The Manage Custom Variables page displays:

  • A table of all existing custom variables
  • Search, sort, and pagination controls
  • Row-level and bulk actions (such as Delete)
  • A button to create new variables (only if permitted)

Each variable shows:

ColumnDescription
NameThe display name of the variable
VariableThe actual variable key used in rules and automation

Protected variables cannot be selected or deleted.

custom-variables-open


Creating a Custom Variable

To create a new variable:

  1. Click Add Variable at the top of the page.
    The Add Variable dialog opens.

  2. Enter the Name of your variable.

    • The system will preview the final variable key (e.g., {{device.variable_name}}).
  3. Click Add to save the variable.

add-custom-variable


Deleting Custom Variables

You can delete one or multiple variables at once.

Deleting Variables

  1. Select one or more variables from the table
    (only non-protected variables can be selected).
  2. Choose Delete from:
    • Row actions (for single delete)
    • Bulk actions (for multiple delete)
  3. A confirmation dialog appears showing the selected variable(s).
  4. Click Delete to confirm.

delete-custom-variable