int function. Conversion.(Power Automate Cloud flows)

Japanese version.

Converts numeric text to Integer data.

It is frequently used when a file is imported from some application.

Spec

int('<value>')
ArgumentDefaultDescription
valueRequired fieldText to convert.

How to use

In most cases, it is used in the "value" when initializing or setting variables of type "Integer".

Click on the "Expression" tab, int, and the function name and () will be set in the expression field.

The text to be converted is specified as an argument, enclosed in '.

When dynamic content or variables are used in expressions, special specifications are required.

(How to get dynamic content with expressions.)

Click on the button, and if the display looks like the following, the setting is complete.

You can change the function by clicking this purple icon.

For example, int('123456') will convert to Integer's 123456.

---

Links

Conversion Functions(Power Automate Cloud flows)