laptop and a wrench

不具合

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
不具合 ID 番号 BUG-000166669
送信されましたApril 11, 2024
最終更新日September 26, 2025
適用対象ArcGIS Field Maps
見つかったバージョン24.1.0
オペレーティング システムApple iOS
オペレーティング システムのバージョン17.x
ステータスWill Not Be Addressed

参考情報

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;

対処法

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;

再現の手順

不具合 ID: BUG-000166669

ソフトウェア:

  • ArcGIS Field Maps

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動