<?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: Survey123 Error in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-error/m-p/1606058#M62133</link>
    <description>&lt;P&gt;I notice the URL isn't going through an encoder.&amp;nbsp; You probably need to use Concatenate and UrlEncode to get it to work. I've attached an example of how I use those functions to create 3 different properly encoded links in a pop up to create a new survey, update a draft, and edit an existing survey in Survey123.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a link to the &lt;A href="https://developers.arcgis.com/arcade/function-reference/text_functions/" target="_self"&gt;arcade function reference&lt;/A&gt;, just search for UrlEncode and Concatenate to get more info on their function.&amp;nbsp; Just note that in my arcade script below there's a note about q:where needing to be formatted a certain way because the encoder doesn't output the properly formatted parameter. You may or may not experience that issue with your field: parameters. Just a heads up.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Apr 2025 15:15:45 GMT</pubDate>
    <dc:creator>TylerGraham2</dc:creator>
    <dc:date>2025-04-15T15:15:45Z</dc:date>
    <item>
      <title>Survey123 Error</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-error/m-p/1605745#M62122</link>
      <description>&lt;P&gt;I am unable to open the survey via other applications&lt;/P&gt;&lt;P&gt;Why is this if, it public and in my name as the owner?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gabrielle_Byczek_0-1744653969733.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130178i87F0611D1E67B5EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gabrielle_Byczek_0-1744653969733.png" alt="Gabrielle_Byczek_0-1744653969733.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gabrielle_Byczek_1-1744654013593.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130179i2E90ABF74A8D41E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gabrielle_Byczek_1-1744654013593.png" alt="Gabrielle_Byczek_1-1744654013593.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying create&amp;nbsp; a pop up on a public facing map:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;div style="text-align:center;"&amp;gt;&lt;BR /&gt;&amp;lt;span style="font-size:large;"&amp;gt;Street Name:&amp;amp;nbsp; {NAME}&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div style="text-align:center;"&amp;gt;&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div style="text-align:center;"&amp;gt;&lt;BR /&gt;&amp;lt;a target="_blank" rel="noopener noreferrer" href="&lt;A href="https://survey123.arcgis.com/share/6ba82fca211c4484af4c9b0faf8f9bc2" target="_blank"&gt;https://survey123.arcgis.com/share/6ba82fca211c4484af4c9b0faf8f9bc2&lt;/A&gt;? portalUrl=&lt;A href="https://gis.memphistn.gov/portal&amp;amp;amp;field:Parent_GUID_text={GlobalID}&amp;amp;amp;field:From_Street={FROMSTREET}&amp;amp;amp;field:To_Street={TOSTREET}&amp;amp;amp;field:Street_Name={NAME" target="_blank"&gt;https://gis.memphistn.gov/portal&amp;amp;amp;field:Parent_GUID_text={GlobalID}&amp;amp;amp;field:From_Street={FROMSTREET}&amp;amp;amp;field:To_Street={TOSTREET}&amp;amp;amp;field:Street_Name={NAME&lt;/A&gt;}"&amp;gt;ADOPT THIS STREET&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Survey that works:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://survey123.arcgis.com/share/6ba82fca211c4484af4c9b0faf8f9bc2?portalUrl=https://gis.memphistn.gov/portal" target="_blank"&gt;https://survey123.arcgis.com/share/6ba82fca211c4484af4c9b0faf8f9bc2?portalUrl=https://gis.memphistn.gov/portal&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:11:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-error/m-p/1605745#M62122</guid>
      <dc:creator>Gabrielle_Byczek</dc:creator>
      <dc:date>2025-04-14T19:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Error</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-error/m-p/1606058#M62133</link>
      <description>&lt;P&gt;I notice the URL isn't going through an encoder.&amp;nbsp; You probably need to use Concatenate and UrlEncode to get it to work. I've attached an example of how I use those functions to create 3 different properly encoded links in a pop up to create a new survey, update a draft, and edit an existing survey in Survey123.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a link to the &lt;A href="https://developers.arcgis.com/arcade/function-reference/text_functions/" target="_self"&gt;arcade function reference&lt;/A&gt;, just search for UrlEncode and Concatenate to get more info on their function.&amp;nbsp; Just note that in my arcade script below there's a note about q:where needing to be formatted a certain way because the encoder doesn't output the properly formatted parameter. You may or may not experience that issue with your field: parameters. Just a heads up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 15:15:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-error/m-p/1606058#M62133</guid>
      <dc:creator>TylerGraham2</dc:creator>
      <dc:date>2025-04-15T15:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Error</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-error/m-p/1606099#M62135</link>
      <description>&lt;P&gt;Thank you so much! I got it to work by removing the ? question mark and readding it again! I will definiely save this information!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 16:19:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-error/m-p/1606099#M62135</guid>
      <dc:creator>Gabrielle_Byczek</dc:creator>
      <dc:date>2025-04-15T16:19:05Z</dc:date>
    </item>
  </channel>
</rss>

