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)