Builds a new list by adding items to either end of an input list. Use it to fold a value into a list without leaving the data engine — for example, building a list of order lines inside aDocumentation Index
Fetch the complete documentation index at: https://docs.twine.se/llms.txt
Use this file to discover all available pages before exploring further.
Flow Each loop.
Inputs
- List — the starting list. Leave unwired to start from an empty
list. A
nilvalue coming in is also treated as empty. - Prepend — item to put at the start of the list. Leave unwired to skip prepending.
- Append — item to put at the end of the list. Leave unwired to skip appending.