List Concat

Concatenates multiple lists into a single list.

List Concat

Arguments

NameDescriptionRequired
ListThe source list. Note that this list is not modified.Yes
ValueThe element that will be concatenated at the end.Yes

List Prepend

Prepends an element to a list.

List Prepend

Arguments

NameDescriptionRequired
ListThe source list. Note that this list is not modified.Yes
ValueThe element that will be prepended at the beginning.Yes