Create List
block is designed to streamline the process of combining multiple inputsinto a single cohesive list. This block is flexible and can handle inputs containing various data types, making it a versatile tool for data manipulation.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | input_1 | any | The first element you want to include in your list. |
input | input_2 | any | The second element you want to add to the list containing the first one. |
input | additional inputs (optional) | any | You can add more elements as needed by clicking the ”+” or ”-” icon below the input name. |
output | list | any[] | A unified list containing all separate inputs combined into one. |
Create List
block comes in handy!