append-to-list
Add a single value to the end of the input list.
Last updated
Add a single value to the end of the input list.
Last updated
If a list is missing a single value, append-to-list can be used to add the new value at the end of the list.
list
: The list to which the value will be appended.
value
: a text value to append to the list.
list
: The list with the new value added at the end of the list.
Append-to-list adds a new value to the end of an existing list. Example data-flo.
To add a value to the beginning of a list, use Prepend-to-list instead.
Add a value to a list.
After using the Sort-list adaptor, add a missing element to the end of the list.