Get string length transform action
Use case
There is a character limit on a field in an upcoming API call, you would like to check the length of the input prior to making the call.
Overview

Measures the length of a String. It will return the number of characters in that string.
Parameters
Parameter
Description
Required
String to Measure
The string to get the length of.
Usage
Results output
Result of Example:
43
Last updated
Was this helpful?