add. Math Function.(Power Automate Cloud flows)

Japanese version.

Adds the two specified numbers.

Spec

add(<summand_1>, <summand_2>)
ArgumentDefaultDescription
summand_1,2Required fieldValue to add.

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, add, and the function name and () will be set in the formula field.

Specify two numbers to be added as arguments.

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.

For example, add(25,5.5) will result in 30.5.

---

Links

Math Functions