Average transform action
Use case
You received a list of users from an API that contains the user's ages.
You have mapped to the age attribute of the user dictionaries and would like to calculate the average of the new list of integers to get the average age of the users.
Overview
Returns the average, or arithmetic mean, of a list of numbers.

Parameters
Parameter
Description
Required
List
List to average
Usage
Results output
Result of example:
5
Last updated
Was this helpful?