<?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 Error when extracting data with autocomplete search from a table hosted on a Feature Server in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/error-when-extracting-data-with-autocomplete/m-p/1393560#M55359</link>
    <description>&lt;P&gt;hello everyone! I am extracting the data through an Autocomplete search from a table that is hosted in Agol, in the same form I repeat that operation in several questions but since I fill out one or two fields the answer is marked in red and the form is deconfigured. Does somebody knows why it could be?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image001.png" style="width: 342px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97485iEDA1CE83F4734179/image-size/large?v=v2&amp;amp;px=999" role="button" title="image001.png" alt="image001.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image002.png" style="width: 342px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97486iA6079551A44EC8DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="image002.png" alt="image002.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;hola a todos! Estoy extrayendo los datos a través de un Autocomplete search de una tabla que está alojada en Agol, en el mismo formulario repito esa operación en varias preguntas pero desde que relleno uno o dos campos la respuesta se marca en color rojo y el formulario se desconfigura. alguien sabe por qué puede ser?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Mar 2024 09:34:25 GMT</pubDate>
    <dc:creator>NoéRamírezHorcas</dc:creator>
    <dc:date>2024-03-09T09:34:25Z</dc:date>
    <item>
      <title>Error when extracting data with autocomplete search from a table hosted on a Feature Server</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-when-extracting-data-with-autocomplete/m-p/1393560#M55359</link>
      <description>&lt;P&gt;hello everyone! I am extracting the data through an Autocomplete search from a table that is hosted in Agol, in the same form I repeat that operation in several questions but since I fill out one or two fields the answer is marked in red and the form is deconfigured. Does somebody knows why it could be?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image001.png" style="width: 342px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97485iEDA1CE83F4734179/image-size/large?v=v2&amp;amp;px=999" role="button" title="image001.png" alt="image001.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image002.png" style="width: 342px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97486iA6079551A44EC8DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="image002.png" alt="image002.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;hola a todos! Estoy extrayendo los datos a través de un Autocomplete search de una tabla que está alojada en Agol, en el mismo formulario repito esa operación en varias preguntas pero desde que relleno uno o dos campos la respuesta se marca en color rojo y el formulario se desconfigura. alguien sabe por qué puede ser?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 09:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-when-extracting-data-with-autocomplete/m-p/1393560#M55359</guid>
      <dc:creator>NoéRamírezHorcas</dc:creator>
      <dc:date>2024-03-09T09:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error when extracting data with autocomplete search from a table hosted on a Feature Server</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-when-extracting-data-with-autocomplete/m-p/1394210#M55408</link>
      <description>&lt;P&gt;Red in a select_one / select_multiple means the option doesn't exist.&lt;/P&gt;&lt;P&gt;There can be a few reasons for this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If you are using URL parameters, the parameter for that select does not exist, but launching via URL will always dump that variable into the select list. This results in red text. In this case, check the URL schema to ensure you are pulling the proper values, and also check your select list to ensure it contains the proper values.&lt;/LI&gt;&lt;LI&gt;If you are populating a list via calculates such as pulldata(), you are likely pulling the &lt;EM&gt;label&lt;/EM&gt; rather than the &lt;EM&gt;name&lt;/EM&gt;. This also results in red text since, again, the value doesn't (technically) exist within the select's list. When populating a list via calculates, ensure that you are pulling the &lt;U&gt;name&lt;/U&gt; and not the &lt;EM&gt;label&lt;/EM&gt;. This one can sometimes be trickier to work with.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 11 Mar 2024 16:42:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-when-extracting-data-with-autocomplete/m-p/1394210#M55408</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-03-11T16:42:27Z</dc:date>
    </item>
  </channel>
</rss>

