a
(Array, default: []
): The input array to be converted to a string.result
(String): The string representation of the input array.a
input of the To String (Array) node.result
output to another node that accepts a string input, such as a Display Text node or a Log node.["Alice", "Bob", "Charlie"]
.a
input of the To String (Array) node.result
output of the To String (Array) node to the text
input of the Display Text node.Alice,Bob,Charlie
.