When I have a number like 543.23
it shows correctly in the template but when I have a number like 543.00
I still want it to display .00
(543.00
).
The template format I use is <<[{replaceText}]:"0.##">>
. This always displays 543 instead of what I’m looking for which is 543.00