| Bug ID Number |
BUG-000128790 |
| Submitted | February 19, 2020 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Survey123 |
| Version found | 3.7 |
| Operating System | Android |
| Operating System Version | 8.1x |
| Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
https://doc.arcgis.com/en/survey123/desktop/create-surveys/prepareforediting.htm#ESRI_SECTION1_80CFFC9C38654DC293D4F36C5376C62E
Parameters that can be applied to repeats through the bind::esri:parameters column on a begin repeat question type include the following:
query: Allows records to be queried and downloaded to the related table.
allowAdds: Allows new records to be added to a repeat when editing. The default is true. It can be set to false using allowAdds=false.
allowUpdates: Allows existing records in a repeat to be updated when editing. The default is false. It can be set to true using allowUpdates=true.
orderBy: Specifies the order of related records by fields.
Multiple key value pairs can be used together separated by spaces, for example, allowUpdates=true query="Editor='BKlauser'". If these values have spaces in them, they can be encased in quotation marks.
Workaround
Viewing submitted results via the Data tab on the Survey123 for ArcGIS website is currently the only way for all workers to see submitted responses containing repeat question data. The 'Sent' folder only works for individual users to look at their own submitted repeat question data.
Steps to Reproduce