PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

Max

The Max action returns the maximum value from a list of numbers provided as input.

Overview

The Max action returns the maximum value from a list of numbers provided as input.

Parameters

Inputs

  • input a list of numbers (list<object>). The list must consist of primitive data types such as integers, doubles, etc.

Outputs

  • result (object): The maximum value from the input list.

Important Notes

  • Ensure that the input list contains only primitive data types such as integers, doubles, etc.

On this page