Hi Community,
There is text field type is integar type. When I entered more than 9 digits it showing infinity Symbol. Could you please help me
Discussion posts and replies are publicly visible
hi JPotharaju instead of integer type have text/vachar type and have some validations for it
hi JPotharaju ,
just take field type as text ,it will work
Integers in Appian are limited to 32 bit, and never try to store phone numbers, zip codes or street numbers as numbers. These values are alpha-numeric.