Math Functions(Power Automate Cloud flows)

02/24/2024

Japanese version.

Math Functions

FunctionOverview
addAdds the two specified numbers.
divDivides two specified numbers: the first number is divided by the second number.
maxGet the maximum value among the specified numbers.
minGet the minimum value among the specified numbers.
modGet two specified remainders: the remainder obtained by dividing the first number by the second number.
mulMultiply two specified numbers.
randGet a random number.
rangeGet an array whose items are sequentially numbered starting with the specified integer.
subSubtracts two specified numbers: the first number minus the second number.

---

Links

Functions