Get list length transform action

Use case

You have a list of user's that has been returned from an API, you would like to determine the count of user's in the list.

Overview

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

Measures the length of a List. It will return the number of elements of that list.

Parameters

Parameter
Description
Required

List to Measure

The array/list to get the length of.

Usage

Example: Getting the count of numbers in a list

Inputs:

List to Measure: [1,2,3,4,5]

Results output

Result of Example:

5

Last updated

Was this helpful?