Select to view content in your preferred language

Form Element "Number - Integer" Range Save Error

219
1
05-29-2025 12:59 PM
Mischael_Raj
New Contributor

I am attempting to create a new form within Field Maps and have noted a potential bug. I have added a "Number - Integer" form element and I am attempting to set a range to the possible values. When setting a value that is too big (e.g. 25000000000000000), the input box will indicate a maximum value. A smaller number can be selected as the maximum value. When a smaller number is indicated, the warning message "Must be less than 9,007,199,254,740,992" will go away and the range can be set. However, it will still result in an "Unable to save: The network request couldn't be completed. Check your internet connection." error.

This maximum range value will save: 250000000 (250,000,000) but this maximum range value will not save: 2500000000 (2,500,000,000). It will result in the unable to save error.

This likely has to do with the maximum size of a long integer but the error message and resulting inability to save is very confusing.

ArcGIS field data types—ArcGIS Pro | Documentation

 

 

 

0 Kudos
1 Reply
KerriRasmussen
Esri Contributor

Hi @Mischael_Raj. Thank you for the feedback. The Number-Integer field is capped at 9 (technically 10) due to the 32-bit integer value. ArcGIS Field Maps will support integers up to 2,147,483,647, because it's such a specific number, we usually use 9 to help avoid confusion. There is a big integer field in ArcGIS Pro, which is not supported yet in Field Maps, but that is something we are looking at for a future release.

0 Kudos