# Variable.get

## Description

Retrieves value from the application's local variable pool.

## Input / Parameter

| Name         | Description                                                      | Input Type | Default | Options | Required |
| ------------ | ---------------------------------------------------------------- | ---------- | ------- | ------- | -------- |
| name         | The variable's identifier.                                       | Text       | -       | -       | Yes      |
| defaultValue | The default value to be used if the stored value does not exist. | Any        | -       | -       | No       |

## Output

| Description                                                                                         | Output 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.

## Links
