PROTOTYPE
Retrieves a project level variable value from the globalManager
| Key | Value(s) | Description |
|---|---|---|
| method | "ProjectGlobal" | |
| key | "ProjectVariableName" | String. Required. Error will be raised if variable does not exist in globalManager. |
Example Use
{
"method": "IF",
"condition": "ProjectGlobal('BuildMode')==FULL",
"project": "Demo"
}