<?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: Data with Symbols not transferring from Survey123 to Field Maps in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/data-with-symbols-not-transferring-from-survey123/m-p/1245882#M46824</link>
    <description>&lt;P&gt;You are missing the serial number field in the expression. Your expression would only return the itemID.&lt;/P&gt;&lt;DIV&gt;As it's only one field you're interested in encoding, you could make it simpler by just encoding that field in the expression and replacing the field value with the expression value.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;UrlEncode($feature["&lt;EM&gt;assetid&lt;/EM&gt;"])&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then in your custom URL, add the expression as the target field value i.e from&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;arcgis-survey123://?itemID=89bc8c7844e548e09baa3aad4695e78b&amp;amp;field:AssetID=&lt;STRONG&gt;{assetid}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;to:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;arcgis-survey123://?itemID=89bc8c7844e548e09baa3aad4695e78b&amp;amp;field:AssetID=&lt;STRONG&gt;{expression/expr0}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 05 Jan 2023 22:23:15 GMT</pubDate>
    <dc:creator>ChristopherCounsell</dc:creator>
    <dc:date>2023-01-05T22:23:15Z</dc:date>
    <item>
      <title>Data with Symbols not transferring from Survey123 to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/data-with-symbols-not-transferring-from-survey123/m-p/1245335#M46784</link>
      <description>&lt;P&gt;I have a database being utilized in Field Maps as a base / master layer. I am using Survey123 to create a maintenance history by referencing the master layer from Field Maps. The referencing ID is the "Serial Number".&amp;nbsp; In some instances we have Serial Numbers with symbols leading the ID. When the symbol occurs there is no data transferred into the Survey123 maintenance dataset, also any field following are blank. Is there a work around for this or a solution? The symbols are necessary and right now we are just going back and backfilling the data.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 16:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/data-with-symbols-not-transferring-from-survey123/m-p/1245335#M46784</guid>
      <dc:creator>JordanHolt</dc:creator>
      <dc:date>2023-01-04T16:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data with Symbols not transferring from Survey123 to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/data-with-symbols-not-transferring-from-survey123/m-p/1245471#M46790</link>
      <description>&lt;P&gt;It sounds like you are using a custom URL scheme to launch Survey123 from ArcGIS Field Maps pop-up. A field in your URL has values with special characters, which is then truncating the URL.&lt;/P&gt;&lt;P&gt;You likely need to add an expression to the layer in the Web Map to URL encode the field, and then replace the field with the expression in your custom URL. The common example is when values contain spaces.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-s-custom-url-scheme/ba-p/900291" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-s-custom-url-scheme/ba-p/900291&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/text_functions/#urlencode" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/text_functions/#urlencode&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 22:53:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/data-with-symbols-not-transferring-from-survey123/m-p/1245471#M46790</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-01-04T22:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data with Symbols not transferring from Survey123 to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/data-with-symbols-not-transferring-from-survey123/m-p/1245574#M46798</link>
      <description>&lt;P&gt;Yes, I am using a custom URL scheme to launch Survey123 from Field Maps pop-up. The Serial Number field has a " ' " in it, this is the symbol that is causing the issue. I have added the URL encode expression to the layer in the web map but the symbol is still truncating the URL. Below is the expression I used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;urlsource&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;SPAN&gt;'arcgis-survey123://?'&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;params&lt;/SPAN&gt;&lt;SPAN&gt; = {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;itemID&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;'408b966252ca4922a01202b63069633f'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;urlsource&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp;+ &lt;/SPAN&gt;&lt;SPAN&gt;UrlEncode&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;params&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;//arcgis-survey123://?itemID=408b966252ca4922a01202b63069633f&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Can you please let me know what I am missing?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Jan 2023 14:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/data-with-symbols-not-transferring-from-survey123/m-p/1245574#M46798</guid>
      <dc:creator>JordanHolt</dc:creator>
      <dc:date>2023-01-05T14:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data with Symbols not transferring from Survey123 to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/data-with-symbols-not-transferring-from-survey123/m-p/1245882#M46824</link>
      <description>&lt;P&gt;You are missing the serial number field in the expression. Your expression would only return the itemID.&lt;/P&gt;&lt;DIV&gt;As it's only one field you're interested in encoding, you could make it simpler by just encoding that field in the expression and replacing the field value with the expression value.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;UrlEncode($feature["&lt;EM&gt;assetid&lt;/EM&gt;"])&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then in your custom URL, add the expression as the target field value i.e from&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;arcgis-survey123://?itemID=89bc8c7844e548e09baa3aad4695e78b&amp;amp;field:AssetID=&lt;STRONG&gt;{assetid}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;to:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;arcgis-survey123://?itemID=89bc8c7844e548e09baa3aad4695e78b&amp;amp;field:AssetID=&lt;STRONG&gt;{expression/expr0}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Jan 2023 22:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/data-with-symbols-not-transferring-from-survey123/m-p/1245882#M46824</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-01-05T22:23:15Z</dc:date>
    </item>
  </channel>
</rss>

