laptop and a wrench

Erro

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
Número de ID do Erro BUG-000166669
EnviadoApril 11, 2024
Última ModificaçãoSeptember 26, 2025
Aplica-se àArcGIS Field Maps
Versão encontrada24.1.0
Sistema OperacionalApple iOS
Versão do Sistema Operacional17.x
StatusWill Not Be Addressed

Informações Adicionais

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;

Solução Provisória

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;

Etapas para Reproduzir

ID do Erro: BUG-000166669

Software:

  • ArcGIS Field Maps

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download