Bug ID Number |
BUG-000158853 |
Submitted | June 6, 2023 |
Last Modified | February 13, 2025 |
Applies to | ArcGIS Survey123 |
Version found | 3.17 |
Operating System | Android |
Operating System Version | 12.x |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The development team determined this behavior is as designed. Please log any suggestions for improvements on the ArcGIS Ideas site.
Workaround
To avoid causing this issue on mobile devices with ArcGIS Field Maps, either:
- Set the mobile device to use 24-hour time.
- Within the web map, configure an attribute expression that converts the dateField to a number: return Text(Number($feature["dateField"])) and use this expression within the Survey123 URL parameter in the pop-up: arcgis-survey123://?itemID=[your survey ID]&field:date_opened={expression/expr0}.
Steps to Reproduce