Hi all,
How do you calculate the modulo i.e. the integer residual of division in Power Automate desktop?
for example
20%%20 = 0
21%%20 = 1
42%%20 = 2
thanks in advance

Hi all,
How do you calculate the modulo i.e. the integer residual of division in Power Automate desktop?
for example
20%%20 = 0
21%%20 = 1
42%%20 = 2
thanks in advance
Hi Jim_P
Try using the following method.
If you want to use a variable, try the following example.
enjoy