Product - Calculate the product of multiple numbers (including lists)
Triggers
The action's template has a single trigger (Numbers),
but the action can be used
with any number of triggers (including none). 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).
Notice: For multiplying 2 numbers, you can also
use Multiply.
Exit
<Product> (non-repetitive numeric exit [required]): The
calculated product of all input numbers (or 1 if none).
Usage Examples
Test1 (need to complete)
Test2 - Calcluate Factorial n! (need to complete)