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.
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.
See here https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/use-url-parameters-in-map-viewer/
Hope that helps