Responses added to ArcGIS Survey123 forms by creating new features in the survey hosted feature layer table are unable to auto-populate calculated questions with the calculation mode set to 'Always' and 'When Empty'.
ArcGIS Survey123
漏洞 ID 编号
BUG-000170735
已提交
September 12, 2024
上次修改时间
March 27, 2025
适用范围
ArcGIS Survey123
找到的版本
3.19
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
According to the documentation, the calculationMode parameter is not supported for 'username', 'email', and 'deviceid' question types.
https://doc.arcgis.com/en/survey123/desktop/create-surveys/prepopulateanswers.htm
Using pulldata("@property") function to retrieve values as a more flexible option is recommended in other question types such as 'text' or 'calculate' with a calculation that retrieves user or device info (for example, pulldata("@property", 'username')) which also supports using the calculationMode parameter.
https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm