I’m stumped, I’ve got a router with filters that keeps going down the fallback route because one of the filters isn’t working.
But types are , as you can see from the screenshots the difference is 0.01. However, it’s not marked as yes for the greater than or equal to 0.005.
277.54 - 277.53 = 0.01
Hi @Ryan_Malone , it’s either Variable Type error or Sign error.
Variable type : use parseNumber() native function to convert string to a number. (for both total tax and vat total, just in case), and for 0.005 too.
Sign error : it seems that you used ‘-’ symbol as a raw text and not a Make operator which is in functions (it’s a minus sign in green background)
It was the blooming make Operator! Didn’t realise you couldn’t just use - or + etc.