a
(string, default: ""): The input string to calculate the length of.result
(integer): The length of the input string.a
input of the Length node.result
output will contain the length of the input string as an integer value.result
output to other nodes that require the string length for further processing or validation.data/input/string
node provides the input string “Hello, World!”.logic/length/string
node calculates the length of the input string.data/output/number
node outputs the length of the string, which is 13.data/input/string
node or the output of another node that provides a string value.result
output of the Length node to pass the string length to other nodes that require this information.a
input of the Length node is a valid string. Connecting a non-string value may result in unexpected behavior or errors.