Skip to main content
Version: 2.13

Concat List

Create a new list that is the concatenation of two lists.

Description​

Merge two lists.

Inputs​

  • First list (List): First list.
  • Second list (List): Second list.

Outputs​

  • Concatenated list (List): The concatenation of First and Second list.