$min
Last updated
Last updated
$min
operator helps you in finding the minimum value in an given array expression. You can use this in any .
<expr>
It can also be a Magical Autocomplete.
true
float
- The result of $min operation
The above expression returns 1
The above expression calculates the nested expression, return 3,4 respectively in its place and then the outer $max
expression returns 1 overall.
Let's say we have declared a variable temp
in our API flow, which has a value of [5, 4, 3, 2, 1]
currently.
The above expression would resolve to a result of 1
The <expr>
expression can be any valid as long as it resolves to a number.