Hello,
I have been trying to link a Survey123 and FieldMap. I want a fieldworker to be able to click on the site in FieldMaps in a popup that links to Survey123 and then have one of the fields auto-populate with the data from the FieldMaps site that was clicked on to access the survey. The field in survey123 I want to auto-populate is a select one field, if that might matter. I have tried using the following url format in the popup in field maps:
var url = "https://survey123.arcgis.app?itemID=IDHERE&field:name of field from Survey123 form={name of field in layer from survey123}";
return url;
Now when I open survey123 from the field map, I just see {name of field in layer from survey123}. Where did I go wrong? Or can you not auto-populate using this method in Survey123 dropdown menu questions?
Thank you for your thoughts.