Skip to content

String Array

Creates an array of strings from a list of inputs.

This node collects multiple string inputs and combines them into a single string array.

It is useful for defining a list of strings directly in the graph, which can then be passed to other nodes that require an array input.

Inputs#

Port Description
A string to add to the array.

Outputs#

Port Description
Array
The array of strings.

ID: core/string-array@v1