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

Example: Calculate the average of a list

Inputs: List: [2,3,3,5,7,10]

Results output

Result of example:

5

Last updated

Was this helpful?