Earliest - Get the earliest point in time in a list

This action returns the earliest 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

<Earliest> (non-repetitive exit [required]): The earliest point in time in <Times> (or none if <Times> is empty).

Usage Examples

Test1 (need to complete)