prepend-to-list adaptor adds a single new value to the beginning of an existing list.
prepend-to-list
If you wish to add a value to the end of a list, use the append-to-list adaptor. If you wish to add multiple values, use the append-lists adaptor.
append-to-list
append-lists
list Type: list Required: Yes The list to which the value will be prepended.
list
value Type: text Required: Yes The value to be prepended to the list.
value
text
list Type: list A list with the value prepended.
Inputs:
list:
green
blue
value:
red
-> Prepended value red to the existing list.
After using the sort-list adaptor, add a missing element to the beginning of the list.
sort-list
Adding new values to lists allows for adjustment of included values without modifying the original dataset.
Last updated 1 year ago