div. Math Function.(Power Automate Cloud flows)

03/11/2024

Japanese version.

Divides two specified numbers: the first number is divided by the second number.

Spec

div(<dividend>, <divisor>)
ArgumentDefaultDescription
dividendRequired fieldNumerator.
divisorRequired fieldDenominator

How to use

In most cases, it is used in the "Value" when "Initialize variable" or "Set variable" of type "Integer" or "Float".

Click on the "Expressions" tab, div, and the function name and () will be set in the formula field.

The first argument is the numerator and the second is the denominator.

If you want to use dynamic contents or variables, specify them specially.

(How to get dynamic content with an expression)

If you see something like the following, your settings are complete.

Click on the purple icon to change the function.

As an example, div(25,2.5) will result in 10.

For those who want to learn Power Automate Cloud flow effectively

The information on this site is now available in an easy-to-read e-book format.

Or Kindle Unlimited (unlimited reading).

You willl discover how to about basic operations.

By the end of this book, you will be equipped with the knowledge you need to use Power Automate Cloud flow to streamline your workflow.

Links

Math Functions

Examples of Use

How to get the count, sum, average, maximum, and minimum of numbers in an array.