<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Passing Location Information from Zone Lookup Instant App to Survey123 in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1613815#M3188</link>
    <description>&lt;P&gt;Hi Kelly,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if the {find} results (e.g. an address) from Zone Lookup can be pushed automatically to a Survey123 form, inputting the address in a question so the user doesn't have to type it once in Zone Lookup and then again in Survey123? Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 21:01:54 GMT</pubDate>
    <dc:creator>Alex_Blenkush</dc:creator>
    <dc:date>2025-05-12T21:01:54Z</dc:date>
    <item>
      <title>Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1401686#M2387</link>
      <description>&lt;P&gt;Hello ESRI community!&lt;/P&gt;&lt;P&gt;I am working on creating a zone lookup instant app where a customer inputs their address and the app returns a popup with a survey123 link if found in the appropriate zone. I was wondering if there was a way to pass the location information from the instant app and into the survey automatically so that a customer does not have to input their address twice, once in the app and once in the survey. Any direction on accomplishing this would be greatly appreciated. Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emoreno_6-1711571596204.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99264iBFAE7729B3561C9D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emoreno_6-1711571596204.png" alt="emoreno_6-1711571596204.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emoreno_4-1711571518846.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99262iBFF601C9460EBA4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emoreno_4-1711571518846.png" alt="emoreno_4-1711571518846.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emoreno_3-1711571333789.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99261i000D340699B8728E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emoreno_3-1711571333789.png" alt="emoreno_3-1711571333789.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 20:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1401686#M2387</guid>
      <dc:creator>emoreno</dc:creator>
      <dc:date>2024-03-27T20:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1401693#M2388</link>
      <description>&lt;P&gt;You can build a URL including the address and pass it to the survey, as documented here...&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/get-started/integratewithotherapps.htm" target="_blank"&gt;Integrate with other apps—ArcGIS Survey123 | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 20:43:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1401693#M2388</guid>
      <dc:creator>PaulCone2</dc:creator>
      <dc:date>2024-03-27T20:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1401707#M2389</link>
      <description>&lt;P&gt;The Zone Lookup app displays the popup information that you define in your web map. So you could probably write an arcade expression that constructs the necessary url with location information (lat,lon) appended.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively we also have an undocumented option in the Zone Lookup app where you can add a link to the custom text that can appear before results, after results or when no results are found. Using these steps you can add a link to those text areas that can open up a url with either the find or center url parameters appended.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the config experience for Nearby or Lookup&lt;/LI&gt;&lt;LI&gt;Go to the Text config section where you can define the no results, pre results and post results messages.&lt;/LI&gt;&lt;LI&gt;Click the edit button to open the text editor and enter the source mode by pressing the "Source" button.&lt;/LI&gt;&lt;LI&gt;Add a link (you could also do this via the link button but you'll still have to edit the source). Here's an example where we have the app url and append the center url param.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="https://www.arcgis.com/apps/instant/nearby/index.html?appid=705b775322e2400b9ebcaf8e2820e759&amp;amp;{center}" target="_blank"&amp;gt;Link to app center&amp;lt;/a&amp;gt;​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example above the crucial bit is the {center} value. The {center} placeholder will be replaced with the map's center point. You can use find the same way by specifying {find}.&lt;BR /&gt;Note that in the example above we add center to the url by adding an ampersand in front of it. This is needed to ensure the parameter is added to the url. In this example we use &amp;amp; because the url already has a first url param added via the question mark. The "operators" section of this &lt;A href="https://help.alchemer.com/help/url-variables#:~:text=%2D%20The%20question%20mark%20identifies%20the,pair%20in%20the%20query%20string." target="_self"&gt;article&lt;/A&gt; explains when to use ? vs &amp;amp; if you aren't familiar with these options.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Currently we support these placeholder options:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;{find} : url will have the find value append (&lt;A href="https://www.argis.com/?find=Texas" target="_blank" rel="nofollow noopener"&gt;https://www.argis.com?find=Texas&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;{centerLatLon}: url will have a center url param in the order lat,lon&lt;/LI&gt;&lt;LI&gt;{centerLonLat}: url will have a center url p aram in the order lon,lat&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do plan to offer a better configuration experience for these in a future release so any feedback on options you'd like to see supported is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 21:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1401707#M2389</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-03-27T21:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1402768#M2400</link>
      <description>&lt;P&gt;Hi Kelly, thank you for the insight! Unfortunately I don't think I will be able to use the custom text that appears before the results, as I only want this survey link to appear for specific results rather than any and all results.&lt;/P&gt;&lt;P&gt;I have tested creating a custom arcade expression that has a dynamic url, but believe I am struggling with writing it correctly. I see documentation on how to push the lat lon from a point feature that is selected to a survey, but I would like the URL to pull the lat lon of the address someone inputs from the geolocator, if that is possible. Do you have any additional insight on how to write this or what I may be doing wrong?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 21:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1402768#M2400</guid>
      <dc:creator>emoreno</dc:creator>
      <dc:date>2024-03-29T21:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1403922#M2402</link>
      <description>&lt;P&gt;Unfortunately I do not know Arcade all that well. But perhaps someone in the Arcade space in Esri Community can help?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 16:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1403922#M2402</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-04-01T16:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1612756#M3185</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have an example of how to construct the URL to pass the "find" value (i.e. address string) from zone lookup, that then auto-populates the address in a text Survey123 question?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 12:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1612756#M3185</guid>
      <dc:creator>Alex_Blenkush</dc:creator>
      <dc:date>2025-05-08T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1613815#M3188</link>
      <description>&lt;P&gt;Hi Kelly,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if the {find} results (e.g. an address) from Zone Lookup can be pushed automatically to a Survey123 form, inputting the address in a question so the user doesn't have to type it once in Zone Lookup and then again in Survey123? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 21:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1613815#M3188</guid>
      <dc:creator>Alex_Blenkush</dc:creator>
      <dc:date>2025-05-12T21:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1613836#M3189</link>
      <description>&lt;P&gt;Do you want to display a link someplace in the app that users can click and open the survey?&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 22:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1613836#M3189</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-05-12T22:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1614266#M3194</link>
      <description>&lt;P&gt;Hi Kelly,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes. The link takes them to a web survey123 form and auto-populates a text question using the {find} value from the zone lookup app. Since yesterday I actually got this to mostly work, except my Survey123 text question is populated like this" "find= 123 main street....". So, the only part I'm missing is how to remove the "find=" part of the string from the Survey123 question.&lt;/P&gt;&lt;P&gt;zone lookup: user enters address/clicks map&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex_Blenkush_0-1747168702331.png" style="width: 343px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132107i0E4C6ADD38D2214C/image-dimensions/343x170?v=v2" width="343" height="170" role="button" title="Alex_Blenkush_0-1747168702331.png" alt="Alex_Blenkush_0-1747168702331.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;a survey hyperlink appears that navigates them to survey123 web form. The expression I use for the link is this:&amp;nbsp;&lt;STRONG&gt;&amp;lt;a href="&lt;A href="https://survey123.arcgis.com/share/8d9375aa2dcd44d697ec06923ef089d6?field:property_address={find" target="_blank" rel="noopener"&gt;https://survey123.arcgis.com/share/8d9375aa2dcd44d697ec06923ef089d6?field:property_address={find&lt;/A&gt;}"&amp;gt;Open survey&amp;lt;/a&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The {find} address transfers to my Survey123 question, however "find=" is carried along with it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex_Blenkush_1-1747168990792.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132109i15005E15139BD9DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex_Blenkush_1-1747168990792.png" alt="Alex_Blenkush_1-1747168990792.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hopefully this is a simple fix!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 20:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1614266#M3194</guid>
      <dc:creator>Alex_Blenkush</dc:creator>
      <dc:date>2025-05-13T20:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1614281#M3195</link>
      <description>&lt;P&gt;Unfortunately there isn't an approach right now that lets you remove the find= portion of the value on the instant app side. Not sure about the Survey 123 side.&lt;/P&gt;&lt;P&gt;In the next release of ArcGIS Online due out later this year you can use findParam instead of find in your url link and it will insert just the value not the find= portion .&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 21:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1614281#M3195</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-05-13T21:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Location Information from Zone Lookup Instant App to Survey123</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1614290#M3196</link>
      <description>&lt;P&gt;Thanks, Kelly. Good to know about the upcoming release of AGOL.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 21:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/passing-location-information-from-zone-lookup/m-p/1614290#M3196</guid>
      <dc:creator>Alex_Blenkush</dc:creator>
      <dc:date>2025-05-13T21:33:04Z</dc:date>
    </item>
  </channel>
</rss>

