Custom variables
Custom variables are listed in Automation > Variable Library, in the User Defined Variables pane. These are variables which you define in a central location, and re-use in other objects.
To get started, Add a custom variable.
To access a system variable in Tasks and PowerShell scripts named myCustomVar, use $myCustomVar
.
Variable types
HelloID supports the following types for Custom variables:
String
JSON
Int
Boolean
Long
Char
Byte
Double
Decimal
Single
Array (e.g.,
["John", "Charles", "Harry", "William"]
)