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

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
Results output
Result of Example:
5
Last updated
Was this helpful?