How to determine even and odd numbers.(Power Automate Cloud flows)

Japanese version.

Steps

When a number is divided by 2, it is determined using the fact that if the remainder is 0, it is an even number, and if the remainder is 1, it is an odd number.

To do so, set up a "Condition" as follows

ParameterValue
Leftmod(targetValue,2)
Centeris equal to
Right0

Even numbers branch to "If yes" and odd numbers branch to "If no".

---

Links

Tips.(Power Automate Cloud flows)