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 parameters | Input parameter type | Description |
|---|---|---|
| List 1 | list | First source list |
| List 2 | list | Second source list |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| List Object | list | The new merged list |
AI Workflow Generation Notes
- Use the output variable for the merged list; the input lists remain unchanged.