We have a Text Input number field on a form, linking back to a SharePoint list. When I enter 20 characters:
86700202700015502976
Select to submit the form, it fails with the following error:
If I then delete the '6' at the end of the number string (so that we have 19 characters) it will submit fine.
The field has no maximum length set (in both the PowerApp or SharePoint). Have tried the following:
Is there a default 19 character max I'm missing somewhere?
Thanks
Solved! Go to Solution.
Thanks @Pstork1 ,
Is there any way around this for instances where you're anticipating more than 19 consecutive numbers to be input into the field?
Its not a 19 character max, but the text box is automatically recognizing the entry as a number and there is a 19 digit limit on numbers. If you enter a character in the box you will find that it recognizes the number as a string and won't truncate the number until you try to use it as a value.
Thanks @Pstork1 ,
Is there any way around this for instances where you're anticipating more than 19 consecutive numbers to be input into the field?
No workaround that I know of other than forcing the text box to consider the entry as text rather than a number. That requires input of some kind of alpha character.
Okay thanks for confirming the behaviour. I'll edit the field so it asks for the country prefix as well as the number. Thanks again
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
194 | |
69 | |
49 | |
47 | |
19 |
User | Count |
---|---|
248 | |
126 | |
84 | |
75 | |
74 |