Math Functions(Power Automate Cloud flows)

Japanese version. Math Functions Function Overview add Adds the two specified numbers. div Divides two specified numbers: the first number is divided by the second number. max Get the maximum value among the specified numbers. min Get the minimum value among the specified numbers. mod Get two specified remainders: the remainder obtained by dividing the first number by the second number. mul Multiply two specified numbers. rand Get a random number. range Get an array whose items are sequentially numbered starting with the specified integer. sub Subtracts two specified numbers: the first number minus the second number. Links Functions