laptop and a wrench

Bug

Features containing a plain quote do not get passed through with a custom URL to an ArcGIS Survey123 web form from the ArcGIS Field Maps application. From the Map Viewer, it is encoded to 27%, but in ArcGIS Field Maps, it is cut off.

ArcGIS Field Maps
Bug-ID-Nummer BUG-000166669
EingereichtApril 11, 2024
Zuletzt geändertSeptember 26, 2025
Gilt fürArcGIS Field Maps
Gefunden in Version24.1.0
BetriebssystemApple iOS
Betriebssystemversion17.x
StatusWill Not Be Addressed

Zusätzliche Informationen

This will not be addressed. Instead, 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;

Workaround

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;

Schritte zur Reproduzierung

Bug-ID: BUG-000166669

Software:

  • ArcGIS Field Maps

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln