Is it possible to have repeats with an identical structure from different surveys report to the same table in ArcGIS?
Essentially my organisation requires the same sub routine to be performed within quite a varied number of routines, each of which need to be captured with a different form. However, it would be ideal if the subroutines (repeats) can be collated and the data be in a single place.
Solved! Go to Solution.
If all the parent form sections are all in the same service then I think maybe it could work. Using SubmissionURL you could point to a big master service then just make sure the repeat in all forms have the exact same name on the begin repeat line.
I do something similar in this post but I have never has multiple forms to the same repeat before. Basically you would post each form, download the GDB for each, make one big service, then publish that, then point the forms to the new service.
This post may help also https://community.esri.com/t5/arcgis-survey123-blog/working-with-existing-feature-services-in-arcgis...
Hope that helps
If all the parent form sections are all in the same service then I think maybe it could work. Using SubmissionURL you could point to a big master service then just make sure the repeat in all forms have the exact same name on the begin repeat line.
I do something similar in this post but I have never has multiple forms to the same repeat before. Basically you would post each form, download the GDB for each, make one big service, then publish that, then point the forms to the new service.
This post may help also https://community.esri.com/t5/arcgis-survey123-blog/working-with-existing-feature-services-in-arcgis...
Hope that helps
Yep, I'd definitely use a submission URL.
An easy place to start is open Connect > click + New Survey > select Feature services > locate your previously published survey > Click Create survey
That will set up the submission URL for you.
Doing this doesn't copy over formatting though, so I generally do one of the following to get me to the starting-block:
Also keep in mind the following:
Hi, found this thread because I am trying to do something similar. Has anyone gotten this to work?
I have multiple parent layers related to the same child in a feature service created in Pro and published to AGOL. I am collecting the same info in the child layers on different parent layers. My form_id matches the parent and the repeat name matches the child.
However, when I try to publish the survey, I get an error: parent layer id for the repeat layer not found. The parent layer id that Connect is identifying is the id of a different parent, not the one specified in the form_id.
Please help!! Let me know if I can clarify what I am trying to do in any way.
is the relationship class using globalid to parentglobalid?
It is parentglobalid to a guid field in the child
Not sure I get that but it must be globalid in the parent and parentglobalid in the child as a guid.
Yes that's correct!
Try the post from abureaux above. that is a easy way to see what it is not lining up without messing with your current copy.