Skip to content

Concat

Name Mandatory Description Default Type
⬅️ Input A sequence of sequences to concatenate. [Any]
Output ➡️ A single sequence containing all elements from the input sequences. [Any]

Concatenates a sequence of sequences into a single sequence. Unlike Flatten, this only removes one level of nesting and preserves the structure of inner elements (tables, nested sequences, etc.).