Summary
Responses sent for a survey in ArcGIS Survey123 can be edited by appending ?mode=edit&globalId= to the URL parameter to access the survey record, as documented in ArcGIS Survey 123: Edit in web app. However, this differs for surveys published to ArcGIS Enterprise because of the additional parameters used in the URL. This article provides the steps to edit the survey responses published to ArcGIS Enterprise using a URL parameter.
Procedure
Note:
The ability to edit survey responses is restricted to the survey owner or submitter with the capability to add and update records. For more information, refer to ArcGIS Survey123: Share survey results.
- Obtain the survey ID of the survey record.
- Log in to the ArcGIS Survey123 website.
- On the My Surveys tab, browse to and click the survey.
- On the web address bar of the survey page, obtain the survey ID.
- Obtain the global ID of the survey record.
- Log in to Portal for ArcGIS and click Content > My Content.
- Under Folders, search for and click the folder with the survey form.
- Click the hosted feature layer.
- Scroll down to the bottom of the page. In the URL section, click View.
- Select the layer level (0).
- Scroll to the bottom of the page and click Query.
- On the Query: survey (ID: 0) page, for Where, type 1=1.
- For Out Fields, type *. Click Query (GET).
- Once the results are displayed, browse to the desired record and obtain the global ID from the globalid parameter.
- Copy and paste the following URL into the web address bar. Replace <SURVEY ID> and <GLOBAL ID> with the obtained survey ID and global ID in Steps 1(c) and 2(i), and replace <WEB ADAPTOR HOST>, <DOMAIN>, and <WEB ADAPTOR NAME> with the name of the server, domain, and web adaptor.
https://survey123.arcgis.com/share/<SURVEY ID>?mode=edit&portalUrl=https://<WEB ADAPTOR HOST>.<DOMAIN>.com/<WEB ADAPTOR NAME>&globalId=<GLOBAL ID>
- Make the necessary changes.
- Click Submit to send the data.