The Min action examines a repeatable list and returns its smallest number.
Outputs
For example, 8, -3, and 4.5 produce -3.
Zero and empty repeat slots are currently ignored by this action. If zero
needs to participate in the comparison, compare it explicitly with the
returned value in a later step.