> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyflow.space/llms.txt
> Use this file to discover all available pages before exploring further.

# Concatenate Lists

> Combines two lists into one.

### **Overview:**

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.

***

### Inputs & Outputs

| 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. |

***

### Use Cases

Imagine how this block could save time in various scenarios:

* **Data Aggregation:** When you're pulling together user preferences or survey responses from multiple formats, this block effortlessly joins them into one comprehensive list.
* **Inventory Management:** If you maintain separate stock lists by category (like electronics, clothing, etc.), this tool allows you to merge them for an overall inventory count quickly.
* **Content Compilation:** Planning content creation? You might want to combine topic ideas or resources collected from different sources into one unified reference point.
* **Reporting Consolidation:** In case you've gathered metrics from separate departments, use this block to create a consolidated report and analyze overall performance seamlessly.

In summary, whenever there's a need for gathering-related items into one easy-to-manage collection, the `Concatenate Lists` block comes in handy!
