Skip to content

script.variableGet

Returns the value of a Model Variable.

js
script.variableGet(key)
script.variableGet(key)

Parameters

  • key - An identifier for the variable.

Example

js
let value = script.variableGet("Current Month");
let value = script.variableGet("Current Month");