SFHub ListAdd a Value to a SFHub ListOn this pageAdd a Value to a SFHub ListThe syntax is the same as the create. The value is appended.$$myList[] = ValueValueThe value to add. |Value must be of the same type as the list.Example$$myList[] = 2This will append the number 2 to the list.