Maximum - Get the biggest of multiple numbers (including lists)

This action calculates the maximum of all its inputs.

Triggers

The action's template has a single trigger (Numbers), but the action can be used with any number of triggers. The action uses any of the numbers received through any of the triggers:

Exits

The two exits represent two mutually exclusive possibilities:

<Maximum> (non-repetitive numeric exit [required]): The biggest of all input numbers.

No Input (error exit [not required]): Charged if no input numbers are received (and thus it is meaningless to define their maximum).

Usage Examples

Test1 (need to complete)