Variable.get

Description

Retrieves value from the application's local variable pool.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

name

The variable's identifier.

Text

-

-

Yes

defaultValue

The default value to be used if the stored value does not exist.

Any

-

-

No

Output

DescriptionOutput Type

The stored variable's value, or null if the value does not exist and default value is not supplied.

Any

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated