Min
This Flow Script tutorial explains how to use the Min function with syntax and examples.
Last updated
Was this helpful?
This Flow Script tutorial explains how to use the Min function with syntax and examples.
Last updated
Was this helpful?
Was this helpful?
The Min function returns the lesser of a and b.
The syntax for the Min function is:
Min(a, b)
a - the first value to compare
b - the second value to compare
The Min function returns a numeric value.
Let's look at some Min function examples and explore how to use the Min function.
Min(1, 2)
Result: 1