Combine multiple lists into a single unified list for streamlined processing.
Field | Type | Required | Description |
---|---|---|---|
Lists to Merge | Multiple Lists | Yes | Add multiple lists that you want to combine into one |
Output | Description |
---|---|
Merged List | Single list containing all items from the input lists |
Does merging preserve the order of items?
What happens if I merge lists with duplicate items?
Can I merge lists with different data types?
Is there a limit to how many lists I can merge?
What if one of my lists is empty?
How is this different from using multiple nodes separately?
Should I remove duplicates before or after merging?