Reference

Components
String Length
Description
Calculates the length of a string by counting the number of characters. This includes all whitespace characters.
Example
If the source string is ‘Apples and Oranges’ then the length will be 18.
Connectors
Inputs Type Outputs Type
Source string
String Number of characters
in the string.
Int
409 of 494