Select to view content in your preferred language

objectid pass through

465
1
10-21-2019 05:52 AM
JoeLivoti
Occasional Contributor

I have created a survey for a building inspector. What I would like is for him to be able to go to the map online, click the point of inspection, then click the link I have provided in the popup and it'll open up the correct survey that he can then mark approved or not. Where I am running into problems, is that to edit a particular survey you need the correct objectid. How can I pass the objectid through in the url? Here is the url:

 https://survey123.arcgis.com/share/1000dc184d944df9ad1cef1c2c3cea4d?mode=edit&objectId=1 

Where the 1 is, I need that to be dynamic to the point and populate that field with that points objectid. I'm sure it's something simple and any help would be much appreciated.

0 Kudos
1 Reply
ZhifangWang
Esri Regular Contributor

Hi Joe,

Thanks for reaching to us.

If you mean the popup in a web map, you can configure the popup in Map Viewer by using the pattern {fieldname} to insert a field value dynamically in the popup. I found a clue in the doc Integrate with other apps—Survey123 for ArcGIS | Documentation and tried the settings in the attached image below. Would you mind having a try to see if this is what you want?

Thanks,

Zhifang