Variable.set

Description

Stores value into the application's local variable pool.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

name

The variable's identifier.

Text

-

-

Yes

value

The value to be set for this variable. Can be null.

Any

-

-

No

Output

DescriptionOutput Type

Returns the formatted information.

Object

Object

KeyDescriptionOutput Type

success

Boolean value to denote whether the function was executed successfully.

Text

message

The message to print.

Text

data

Any additional message or data to print.

Text

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated