# Declare Variable

## Settings

![](https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRKcZBCSfHjT8BRPnSe%2F-MZI4FbWj0zj2FMgkcbe%2F-MZI9XR-IY_h2m8NEGAA%2Fimage.png?alt=media\&token=889484f7-9d64-4e23-a68a-357532030945)

| Field                    | Description                                                                                                         |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------- |
| Title                    | Object Title                                                                                                        |
| Variable Identifier Name | Unique name that will reference the variable.                                                                       |
| Variable Type            | The type of the variable.                                                                                           |
| Initial Value            | Initial value that will be assigned to the variable                                                                 |
| \<Check> List            | Declares the variable as a List of the "**Variable Type**".                                                         |
| \<Check> Global          | Declares the variable as global in the project. If not checked, the variable will be declared in the current scope. |
