I am facing weird issue in a!integerField. When i enter 11 digit or more than that in integerField it throws validation message as
which is understandable as it converts number to exponential which appian does not support.But when i enter 20 digit number it throws validation message asWhy it shows value is too small?Anyone faces same issue?Thanks,
Shubham
Discussion posts and replies are publicly visible
Hi, When working with large numbers you will most likely find different behaviour between fields (text, integer, floatingpoint), so a workaround is to convert the value to text and work with that.
You could also try convert the value to decimal and use the dollar() function.