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.