I launch Survey123 from Collector with this url passing an objectnumber into Survey123 with the url:
href="arcgis-survey123://?itemID=985fc4058b6d3dd3a491&field:OBJECTNUMBER={OBJECTNUMBER}
This OBJECTNUMBER is an integer, and is passed into a field in my survey that is of type esriFieldTypeInteger.
Problem: In iOS, this integer is formatted with a space as thousands separator inside the field in Survey123. When the survey is submitted, it seems that this formatted integer is not recognized as an integer by the feature service. No error message is given, but no value is written into this field. In Survey123 on Windows, this formatting does not occur, and everything works.
Is there a way to avoid this happening in iOS?