Function StackList
Insert to List
Add an element to a list.
Config
- Result As: The referenced list value. The result will be assigned back to it.
- Index: (Optional) The index at which to insert the new element.
- Index Direction: If checked, inserts the new element at the end, using the index as an offset.
- New Item: The new element to insert.