getGlobalVar

gets the value of a global variable from the app settings NOTE: you can also use gvar.NAME to access the variable as shortcut

Syntax

getGlobalVar(name)

Returns

the value as string

Parameters

name (string)
unique var name. Longer is better. Keep in mind these are used across multiple recipes.