Select to view content in your preferred language

Passing URL parameters for webapp to Integromat (Make) survey123 submission payload.

433
1
11-21-2023 10:14 PM
Cyprus_Forest_Department
Occasional Contributor

Hallo.

I m trying to include an email message when a form is submitted, where the text has a link to a webapp that queries and zooms the feature that was eddited in the survey123 form.

The webapp link is this "https://fdmoa.maps.arcgis.com/apps/webappviewer/index.html?id=4c3951b6fddf42d0a364aada0874ceb7&query=18b9a0a8153-layer-4%2CMonTreeID%2CA00100", where the blue color is the field name that will be querried and the red one is the value.

I have composed the email body as in the attached image, but I'm missing something. Maybe I need to insert a function or something? 

Thanks in advance for the help.

0 Kudos
1 Reply
DougBrowning
MVP Esteemed Contributor

The way I have done it is to use find and give it a value of a field that is part of the search in the web map settings.  Not sure there is a query parameter for maps.

Find the location of a feature to open the map

Use &find= followed by any search string.

https://www.arcgis.com/apps/mapviewer/index.html?webmap=8152694dd9594393a1db4d62d2020fe3&find=Niagar... Falls

DougBrowning_0-1700663731203.png

 

See here  https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/use-url-parameters-in-map-viewer/

Hope that helps

0 Kudos