In order to connect nodes together, you need to match their port types.
Ports have different colors corresponding to their types, making it easy to visually identify and connect compatible ports.
All of the previous types can be wrapped in a list, creating new types such as list[image] or list[text]. These list types allow you to work with collections of data.When working with lists, keep in mind:
You can only connect a list port to a compatible list port.
Consider using loop mode with nodes that dont handle lists by default.
Intermediate nodes may help you match the types of two ports that are not directly compatible.