Combines two lists into one.
The Concatenate Lists
block is designed to streamline the process of combining multiple lists into a single cohesive list. This block is flexible and can handle lists containing various data types, making it a versatile tool for data manipulation.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | list_1 | any[] | The first list you want to include in your combined output. |
input | list_2 | any[] | The second list to be added to the first one. |
input | list_3 (optional) | any[] | Additional lists can be included as needed. |
output | merged_list | any[] | The resulting single list containing elements from all input lists. |
Imagine how this block could save time in various scenarios:
In summary, whenever there’s a need for gathering-related items into one easy-to-manage collection, the Concatenate Lists
block comes in handy!