Skip to main content

Merge Lists

Command description

Combines List 1 and List 2 into a new list. Items from List 1 appear first, followed by items from List 2. The input lists are not modified.

Command Input Parameters

input parametersInput parameter typeDescription
List 1listFirst source list
List 2listSecond source list

Command Output Parameters

Output parametersOutput parameter typeDescription
List ObjectlistThe new merged list

AI Workflow Generation Notes

  • Use the output variable for the merged list; the input lists remain unchanged.