I am trying to run a conditional decision that would take different actions based on if the value is under a thousand, between 1,000 and 999,999.99 and over a million. For some reason the conditional decision is failing on values over a million.
In this first screen shot you will see where it accurately states that 1,729,044.44 is under 1,000.00
The next condition is if the value is over a million, which I suspected the value of 1,729,044.44 would report as true, but it didn't
My last condition checks to see if the value is between greater than 1,000 and less than 999,999.99 (initially I used a between, but that didn't work either) and this time it reported 1,729,044.4 is less than 999,999.99
Does anyone have any advice on how to get Workflow to do the math on this condition correct?