Questions formatted with a substring (substr) calculation and designed to return the most recent answer to a question contained within a repeat do not update when editing previously submitted responses from the inbox in the Survey123 for ArcGIS field app.
上次发布: January 7, 2020ArcGIS Survey123
漏洞 ID 编号
BUG-000127431
已提交
December 17, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Survey123
找到的版本
3.7
操作系统
Windows OS
操作系统版本
10.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The form presented as designed will not accomplish what the user wants. There are the following issues preventing the behavior desired:
- The question using the join() function should be outside of the repeat to work properly (create a consistent value while repeats are navigated in the form).
- The repeat section is not configured to load the previous entries into the form. This will cause the substr() function to not be tied to changes to the join function as the join function results will differ from the value loaded (when the value loaded via the Inbox differs from what is calculated when the form loads, the existing value is preserved and the calculation is disconnected). The previous repeats can be configured to load by specifying the query keyword in the bind::esri:parameters column for the 'begin repeat' entry.