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

A screenshot of the get string length transform action, seen in the actions list menu of the workflow builder canvas.

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

Example: Getting the count of numbers in a string

Inputs:

String to Measure: The quick brown fox jumps over the lazy dog

Results output

Result of Example:

43

Last updated

Was this helpful?