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:
- Setting the maximum length to 30 in the PowerApp
- Deleting the field in the PowerApp and pulling it through again to the form
- Tried another number field on the same form, failed with the same error
Is there a default 19 character max I'm missing somewhere?
Thanks