Node inputs

  • input1: The first input text to be put in the list. This is optional.
  • input2: The second input text to be put in the list. This is also optional.

Node Output

  • list: Outputs the inputs put into a list format. For example, if the inputs were “Apple” and “Banana”, the output would be [“Apple”, “Banana”].

Node Functionality

This node is designed to take in text inputs and assemble them into a list. If you provide one or two specific texts as inputs, it adds them to create a list. This node also supports dynamic inputs, meaning it can take more than the predefined inputs if needed, compiling them all into a unified list.

When To Use

Use the Create List node whenever you need to gather various text elements into a single, organized list. This can be particularly useful in scenarios where you need to compile data from different sources, streamline data for processing, or simply organize information in a sequential order.

For instance, if you’re automating a task that requires collecting responses from a survey or compiling names from a registration form, the Create List node can help by taking these individual responses or names and creating a tidy, accessible list. This not only helps in further processing of the data but also in maintaining a clear and logical structure of information for review or analysis.