Hi, I have this flow to create items based on lists. For the Annual Leave, it is divided by 12 and it returns many decimal places. For example, 1.33333333333. I would want it to become only 1.33. How to do that?

I tried to set a variable and use the div but it says I cannot update the string with an integer so it has errors. Then I used Format Number to turn it into 1.33 only but due to the error on the set variable, It doesn't work.
Thank you.