Average - Calculate the arithmetic mean of multiple numbers (including lists)

This action calculates the arithmetic mean 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:

<Mean> (non-repetitive numeric exit [required]): The calculated arithmetic mean of all input numbers.

No Input (error exit [not required]): Charged if no input numbers are received (and thus the mean cannot be calculated).

Usage Examples

Test1 (need to complete)