Does anyone know whether it is the known limitation, or not?
I made a simple survey and set the "bind::esri:fieldType" of "select" qustion to "esriFieldTypeBigInteger", but the field type is changed to "Text"(esriFieldTypeString) .
This issue is not observed when I set "bind::esri:fieldType" to "esriFieldTypeSmallInteger".
Environment:
ArcGIS Survey23 Connect version 3.20.63
Windows 11 64 bit
There should be no need to set type.
As you can see in this simple test, the values are nativity interpreted to be numbers. If they were a string, the values would be appended to each other rather than added together.