Lists
Min
4min
The Min action returns the minimum value from a list of numbers provided as input.
- input a list of numbers (list<object>). The list must consist of primitive data types such as integers, doubles, etc.
- result (object): The minimum value from the input list.
- Ensure that the input list contains only primitive data types such as integers, doubles, etc.