Skip to main content
March 26, 2024
Solved

Mobile Number

  • March 26, 2024
  • 3 replies
  • 0 views

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

    Best answer by karumurua531442

    hi [mention:e1f38339f5254c84af299fc34f8b6f1c:e9ed411860ed4f2ba0265705b8793d05] instead of integer type have text/vachar type and have some validations for it 

    3 replies

    karumurua531442
    March 26, 2024

    hi [mention:e1f38339f5254c84af299fc34f8b6f1c:e9ed411860ed4f2ba0265705b8793d05] instead of integer type have text/vachar type and have some validations for it 

    March 26, 2024

    hi [mention:e1f38339f5254c84af299fc34f8b6f1c:e9ed411860ed4f2ba0265705b8793d05] ,

    just take field type as text ,it will work

    stefanhelzle0001
    Brainy
    March 26, 2024

    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.