Latest - Get the latest point in time in a list
This action returns the latest point in time in its input list.
Triggers
<Times> (repetitive trigger [required]): A list of points in time.
Note that you may also provide a date as any of the inputs. A date is considered
earlier than any point in time within that date (need to better handle the issue
of time zones here).
Exits
<Latest> (non-repetitive exit [required]): The latest point in time
in <Times> (or none if <Times> is empty).
Usage Examples
Test1 (need to complete)