The emails configured with Survey123 for ArcGIS and webhooks display names instead of labels for the select_one question when surveys are created from Survey123 Connect for ArcGIS.
上次发布: June 18, 2019ArcGIS Survey123
漏洞 ID 编号
BUG-000122768
已提交
May 31, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Survey123
找到的版本
3.3
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The label from a choice list can be sent to a feature layer (and hence included in a webhook payload) by using the jr:choice-name() function in the calculation field of another question, for example a hidden question type, so it is not visible on the form. Similarly, prevent the name from a choice list being sent to a feature layer by setting the bind::esri:fieldType parameter to 'null' for the select_one question.
More information on using the jr:choice-name() function can be found in this blog (https://community.esri.com/groups/survey123/blog/2018/12/02/survey123-tricks-of-the-trade-xlsform-functions-for-lists) and the Doc (https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_276FB773E7E2442EB81831714B08660D)