When taking a Survey123 for ArcGIS survey in the web form, unanswered repeat questions create records with null values in the related table.
上次发布: March 20, 2019ArcGIS Online
漏洞 ID 编号
BUG-000120834
已提交
March 13, 2019
上次修改时间
November 25, 2025
适用范围
ArcGIS Online
找到的版本
N/A
操作系统
Windows OS
操作系统版本
7
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is by design and the expected behaviour. When no appearance is set on a repeat, the first record for the repeat is created on load (as 1 of 1).
This record is valid regardless of whether or not values have been entered into the repeat's questions and this record will be submitted to the feature service.
In order to not create the first record in a repeat on load, apply the 'minimal' appearance to the repeat. With the minimal appearance the user must first choose to add a repeat record (using the 'plus' button). A record will only be added to the related table when a repeat record has been added by the user. This record will be submitted even if there are no entries in its visible fields.
This is the expected behaviour for both the field app and the web app. Currently there is a known issue with the field app not submitting an empty record when no appearance is used.