I have a float variable that I am incrementing for each object in a flow, it starts at 1.001 and then increments by 0.001 using the "Increment Variable" function.
It works fine till it gets to 1.004, I increment it again by 0.001 but the next number returned is 1.00499999999999999 and so on, how can I get it to increment by 3 places exactly? thanks