Create a SFHub List
List can be managed using dedicated functions as well as using facilitated notation. The following describes how to work with List using the facilitated notation.
$$myList[] = Value
Value
The first value to add. The value type is used to qualify the type of list. Supported value types are String, Number, Boolean and DateTime.
Example
$$myList[] = 1
This will create a list of data type numbers, where the first number is 1.