a
(string, default: ""): The input string to be converted into an array.result
(array): The resulting array, where each element corresponds to a character from the input string.a
input of the To Array (String) node.result
output, which can be connected to other nodes for further processing.a
input of the To Array (String) node.result
output of the To Array (String) node will now contain the array ["H", "e", "l", "l", "o"]
.a
input of the To Array (String) node (ID: 2). The resulting array ["H", "e", "l", "l", "o"]
is available at the result
output of the To Array (String) node.