List Operations
Create List
This document explains the Create List node, which turns individual items into a list format.
Node Inputs
Optional Fields
- Input1: First item
- Input2: Second item
- Add more inputs using “Add Input” button
Node Output
- List: List of all inputs in the same order they’re fed in.
Node Functionality
The Create List node:
- Builds arrays from items
- Accepts multiple inputs
- Preserves input order
- Handles any text data
- Supports loop mode
Examples
- Name Collection:
- Data Organization:
- Multi-Value Setup:
Additional Information
In summary, the Create List node transforms individual items into a structured array format, perfect for data organization and batch processing setup.