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