String Length
Returns the length of a given string.
Example: String Length("lorem") = 5.
Flow Connections
[Input] In - starts the block's execution.
[Output] Out - activates when the block has finished its execution.
Data Connections
[Input] String (string/email/text/phone number/geo point) - string to be evaluated.
[Output] Result (integer) - length of/number of characters in the "String" data input.
Last updated
Was this helpful?