If i enter the value ,the value should be like 56.00 ,i tried , unable to achieve it
it is in floatingPointField function
Discussion posts and replies are publicly visible
Is your value saved inside integer or decimal variables?
Even though it is Decimal, Appian by default ignores any 00s in it.
Why do you want to save leading .00s anyway? if you have anything like 56.01 will work and if you try 56.10 (which again will be 56.1).