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