Dynamic choice filter from feature service using search() with wildcard returns the error in the ArcGIS Survey123 web app:
“Error: Initializing form... URIError: URI malformed”.
ArcGIS Survey123
漏洞 ID 编号
BUG-000179165
已提交
September 1, 2025
上次修改时间
September 8, 2025
适用范围
ArcGIS Survey123
找到的版本
3.23
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
To use where clause in the search() appearance in the ArcGIS Survey123 web app, the special characters in the URL must be encoded. For example, if the URL has where parameter as (where=STATE_NAME LIKE '%AL%') it only works in Survey123 field app. However, if the where clause has encoded characters (where=STATE_NAME LIKE %27%25AL%25%27") the dynamic choice list works in both field app and web app.