Hi,
I've been using Survey123 connect for quite some time but I'm currently exploring the python API with the view to automating the creation of a surveys using the arcgis.apps.survey123 module | ArcGIS API for Python | Esri Developer sub module.
I 've been able to successfully publish a new survey (whereby creating an associated hosted service). I've also been able to update an existing survey that was created via Survey123 connect using the publish method.
What I'd like to do, is programmatically create a survey that references an existing feature service, effectively replicating the workflow you can use in survey 123 connect where you create a survey from a feature service.
Is this actually supported?
If I run the create method it always seems to create an associated feature service, which I don't want to do. I want to reference the feature service in the submission_url of the .xlsform
Thanks.