Hi,
Im working on survey 123 reports. I have been trying to enable the pdf report to be attached on the detailed page from the selected record on Arcgis survey 123.
Solved! Go to Solution.
Hello @portiamkhonto,
There is not an option to automatically associate a report with it's respective record through the Reports UI in the Survey123 website.
One way to achieve this would be to use the ArcGIS API for Python to generate the report, then upload it to the respective record.
Another way to achieve this would be to schedule report generation using Microsoft Power Automate and use the HTTP module to upload the file as an attachment to the corresponding record.
Hello @portiamkhonto,
There is not an option to automatically associate a report with it's respective record through the Reports UI in the Survey123 website.
One way to achieve this would be to use the ArcGIS API for Python to generate the report, then upload it to the respective record.
Another way to achieve this would be to schedule report generation using Microsoft Power Automate and use the HTTP module to upload the file as an attachment to the corresponding record.