Select to view content in your preferred language

URL Parameters for geopoint information

587
2
Jump to solution
05-01-2026 06:41 AM
TaylorFlamont
Emerging Contributor

Hello! 

I have been working on creating a workflow to navigate to a Survey123 from from an existing AGOL Feature Service point. I have followed the Getting Started with URL parameters in Survery123 post from esri and have had success in pulling attribute data from the feature service to the Survery123 form. I am however, having issues with the geopoint section. When I click on the URL in the popup in AGOL, the map does not populate with a point location. I have tried using center={Latitude},{Longitude} and site_location={Latitude},{Longitude}; site location is the field name Im using in Survey123. The lat/long info shows up in the url but does not pull into the map feature question in Survey123 I have pasted my url parameters below. I would appreciate any help/insight you may have!

arcgis-survey123://?itemID=uniquesurveyid&field:site_location={Latitude},{Longitude}&field:site_name={project_site}&field:plans_date={plans_date}&field:project_size={project_size}&field:disturbance_area={disturbance_area}&field:npdes_numb={npdes_number}&field:storm_event_in={rainfall_amount_in}&field:other_site_permits={related_permits}&field:discharge_tn_water={exceptional_waters}&field:quality_assurance_requirement={quality_assurance_assessments}

Thank you!

0 Kudos
1 Solution

Accepted Solutions
Neal_t_k
MVP Regular Contributor

Try taking the comma out from in between the Lat and Long and replace with a space.  I know the documentation says a comma, but in Survey123 when calculating a point or putting default coordinates it is just a space between the lat and long.  Worth a shot at least.

...&field:site_location={Latitude} {Longitude}&...

View solution in original post

2 Replies
Neal_t_k
MVP Regular Contributor

Try taking the comma out from in between the Lat and Long and replace with a space.  I know the documentation says a comma, but in Survey123 when calculating a point or putting default coordinates it is just a space between the lat and long.  Worth a shot at least.

...&field:site_location={Latitude} {Longitude}&...

TaylorFlamont
Emerging Contributor

That worked great! Thank you so much for your help!

0 Kudos