Exists - Check if any input is received
This action checks whether is has received any input
(single items or items in lists, not necessarily all of them with the same data type).
Triggers
The action's template has one non-repetitive trigger,
but the action can be used with any number of triggers (including none).
Note that it does not make sense to add to Exists a mandatory trigger, because in this case,
the action will only start when some input is received through this trigger, and then we can know in advance
that the action will exist through <Yes>.
Exits [none required]
<Yes> (non-repetitive exit [not required]): One of the received objects,
in case at least one input object is received (if more than one input object is received,
it can by any of them).
<No> (non-repetitive empty exit [not required]): Charged
in case there are no input objects.
Notice: The two exits represent two mutually exclusive possibilities.
You can use the action with just one of the exits (if there is only one result that
is interesting) or with both exits.
Usage Example
"Common/Templates/Collections/Exists/Test1/Exists - Simple Tests":