<?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: Error converting XLSForm in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279937#M48699</link>
    <description>&lt;P&gt;Glad that's working on your end too! Weird one, but seems to be a known issue dating back to 2019 based on &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/td-p/816186" target="_self"&gt;this thread&lt;/A&gt;. Might be worth bringing up again when I have the chance!&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2023 21:44:00 GMT</pubDate>
    <dc:creator>Vinzafy</dc:creator>
    <dc:date>2023-04-18T21:44:00Z</dc:date>
    <item>
      <title>Error converting XLSForm</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279856#M48690</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am creating a brand new form. I was able to publish it, but the updates did not reflect in the form. The error I receive is 'Error converting XLSForm'&amp;nbsp; I can't find the reason why this is happening. The last question type I added was a select one type. I checked field names and it is correct. I can't update or refresh the form at all.&amp;nbsp; I went into AGOL and made sure the select one question field name was added along with the domain. When I try to update the form in Survey123 Connect even with the new field added into AGOL, it will not work. I keep receiving the same error over and over. I sure hope someone can help. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 19:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279856#M48690</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2023-04-18T19:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting XLSForm</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279887#M48691</link>
      <description>&lt;P&gt;Things that jump out at me&lt;/P&gt;&lt;P&gt;instance name with special chars&amp;nbsp;concat(${Survey_Date}," || ", ${Lead_ECI_Name}, " || ", ${Survey_Type})&lt;/P&gt;&lt;P&gt;You have the allowupdates thing in 2 places.&amp;nbsp; Its just the&amp;nbsp;bind::esri:parameters one.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_0-1681849320392.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/68314i8085165014253A08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_0-1681849320392.png" alt="DougBrowning_0-1681849320392.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I do not think you need to have the allowAdds one there, at least I have never used it.&lt;/P&gt;&lt;P&gt;Start there and see hopefully that is it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 20:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279887#M48691</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-04-18T20:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting XLSForm</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279902#M48693</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;I'm not entirely sure why, but the survey seems to fail when "string" values for "bind::type" in column S are set for select_one/multiple questions.&lt;/P&gt;&lt;P&gt;When the bind::type values for "string" are removed in column S from rows 21-53 for select_one/multiple questions, the survey seems to load properly.&lt;/P&gt;&lt;P&gt;Troubleshooting process was deleting rows to see what caused the issue. I first deleted the repeat and it loaded properly. Then when re-adding the repeat, the survey failed, thus the error was in the repeat.&lt;/P&gt;&lt;P&gt;I then started removing groups within the repeat. I first removed all but one group. The survey failed, so the issue was within the group.&lt;/P&gt;&lt;P&gt;I then removed all but one value within the group which seemed to work (the bind::type was string). Re-introducing the remainder of the group, it failed again. I then deleted all the parameters apart from the field name to see if it would work which it did.&lt;/P&gt;&lt;P&gt;It was then found to be the bind::type values that were causing the issues. Furthermore, it was specifically the bind::types of string that was causing the survey to fail, and only for select_one/multiple questions.&lt;/P&gt;&lt;P&gt;I'm not sure if this is expected behaviour, but it does seem to be a fix for your issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vinzafy_0-1681850225612.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/68317iA608062B6B90C8B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vinzafy_0-1681850225612.png" alt="Vinzafy_0-1681850225612.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;EDIT: This seems to be part of a known issue dating back to 2019 based on &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/td-p/816186" target="_self"&gt;this thread&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 21:52:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279902#M48693</guid>
      <dc:creator>Vinzafy</dc:creator>
      <dc:date>2023-04-18T21:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting XLSForm</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279923#M48695</link>
      <description>&lt;P&gt;Hi Vinzafy,&lt;/P&gt;&lt;P&gt;Many thanks for your analysis of the xls sheet for bind field. It was definitely the bind::type values that caused the error. I have removed the bind::types for all single and multi choice questions and was able to update and publish successfully.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 21:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279923#M48695</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2023-04-18T21:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting XLSForm</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279926#M48696</link>
      <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;I have learned so much from you in this forum! For the instance name, it actually works. I have used these special chars in other forms without errors. It makes the inbox records in the form easier to read. Regarding the allowUpdates, I will use the bind::esri:parameters field only. I had used this format before, with the parameters field and did not experience any errors. I have now learned that the bind::type field should NOT be used for type for single and multichoice questions. I suspect using the parameters field for allowUpdates should also NOT be used in conjunction with bind::esri:parameters. Learning things!&amp;nbsp; Thanks again for your quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 21:29:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279926#M48696</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2023-04-18T21:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting XLSForm</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279931#M48697</link>
      <description>&lt;P&gt;I almost never use the bind type esri except for null.&amp;nbsp; It should all work based on the question type just fine.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 21:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279931#M48697</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-04-18T21:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting XLSForm</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279936#M48698</link>
      <description>&lt;P&gt;Hey Doug,&lt;/P&gt;&lt;P&gt;Values set for bind::esri:fieldType were working just fine, but when a value for the bind::type column was set for select_one/multiple questions, that's where the error came in.&lt;/P&gt;&lt;P&gt;Looked into it a bit more and there was a &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/td-p/816186" target="_self"&gt;thread from 2019&lt;/A&gt; indicating that it was a known issue however it doesn't seem to be addressed. Might bring it up again in a thread/open a support case when I have a chance!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 21:43:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279936#M48698</guid>
      <dc:creator>Vinzafy</dc:creator>
      <dc:date>2023-04-18T21:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting XLSForm</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279937#M48699</link>
      <description>&lt;P&gt;Glad that's working on your end too! Weird one, but seems to be a known issue dating back to 2019 based on &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/td-p/816186" target="_self"&gt;this thread&lt;/A&gt;. Might be worth bringing up again when I have the chance!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 21:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform/m-p/1279937#M48699</guid>
      <dc:creator>Vinzafy</dc:creator>
      <dc:date>2023-04-18T21:44:00Z</dc:date>
    </item>
  </channel>
</rss>

