Inputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list to push to |
Item | I | Any | Item | The item to push |
Outputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list with the item pushed |
How to
Feed in a list
Feed in the item to push
This can be any data type (String, Number, Object, Boolean, etc)
However, for best results, the object type and formatting should match the other items in the list.
This allows you to continue to process the list as a group using the same nodes without causing. errors
The result is the list with the new item appended to the end of the list

