Count - Count all inputs (object instances)
This action counts the number of objects it receives
(single items or items in lists, not necessarily all of the same data type).
Triggers
The action's template has two triggers (<List> and a trigger with no name),
but the action can be used with any number of triggers with any name (including none).
The action counts all the objcets received through the trieggers:
- For any non-repetitive trigger (of any data type): counting the
object received through the trigger as 1 occurrence (if any);
- For any repetitive trigger (e.g. the List trigger in the action's template):
counting the number of objects received through the trigger (if any).
Exit
<Occurrences> (non-repetitive exit [required]): The total number of objects
received through the triggers (or 0 if none or the action has no triggers).
Usage Example
"Common/Templates/Collections/Count/Test1/Count - Test Many Trigger Types":