a
(array): The input array to measure the length of. Defaults to an empty array if not provided.result
(integer): The length of the input array.a
input of the Length node. This can be a static array, the output of another node, or an array variable.result
output.result
output to the input of another node or use it as needed in your spell.a
input.result
output of the Length node to its message
input.a
input is left disconnected, the Length node will default to measuring an empty array and always output 0. Make sure to connect an array to the input.