Collect to List
Pull the value of “Element” and all its dynamic children (Element 1, Element 2, …) into one list. Useful for bundling multiple files, URLs or text snippets before sending them downstream.
Filter List
Splits a list into two outputs by testing each item against a condition: items that match go to the "Matched" output, the rest to "Unmatched". An empty branch is skipped, so you can chain several filters to route items down different paths.
List Tools
Use this node to perform various list operations such as reversing, joining, and outputting items separately.