| Bug ID Number |
BUG-000159740 |
| Submitted | July 7, 2023 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Survey123 |
| Version found | 3.18 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
Reports generated through the ArcGIS Survey123 website are expected to create an item in the folder specified in the 'Save to my ArcGIS account' option.
When using the ArcGIS API for Python and the generate_report() method when uploading a copy of the report(s) to the Portal, omit the folder_id argument.
Refer the ArcGIS API for Python documentation for more information on the generate_report() method: https://developers.arcgis.com/python/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.generate_report
Workaround
The duplicate reports are not corrupted. They can be downloaded and used without any issues. They can also be safely deleted.
Running separate Python scripts to generate the reports and search for, download, and delete the reports will not result in the creation of the duplicates.
Steps to Reproduce