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:
- For any non-repetitive trigger: using the
number received through the trigger (if any);
- For any repetitive trigger (e.g. the Numbers trigger in the action's template):
using any of the numbers received through the
trigger (if any).
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)