Good morning.
I'm working on a python task that will use Survey123 API to generate a report, but keep obtaining the following error.
File "C:\Users\...\AGOLPRO\lib\site-packages\arcgis\apps\survey123\_survey.py", line 227, in generate_report
"featureLayerUrl" : self._ssi.layers[0]._url.replace("_fieldworker", ""), AttributeError: 'NoneType' object has no attribute 'layers'
FYI, I'm pointing to a Survey that has specifically been designed to only review data (not editable).
Any advise will be highly appreciated.
Thanks.
Javier