Bug
Bug ID Number | BUG-000166669 |
---|---|
Submitted | April 11, 2024 |
Last Modified | September 26, 2025 |
Applies to | ArcGIS Field Maps |
Version found | 24.1.0 |
Operating System | Apple iOS |
Operating System Version | 17.x |
Status | Will Not Be Addressed |
It is suggested to use Arcade and the UrlEncode parameter to encode the fields being populated and passed in the URL. An example using the data provided in this BUG: var itemId = "afb58b3dcd87428fa07af391c791256c"; var city = $feature.city; var street = $feature.Streetname; var url = "https://survey123.arcgis.app/?" + "itemID=" + itemId + "&field:city=" + UrlEncode(city) + "&field:street_name=" + UrlEncode(street); return url;
Bug ID: BUG-000166669
Software:
Get help from ArcGIS experts
Download the Esri Support App