<?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 How to populate a field from external select (external_choice) in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-populate-a-field-from-external-select/m-p/1092103#M36700</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to use external select&amp;nbsp; to capture information from a large list (2,000) containing species name and other attributes. My question is... How could I pull the values from the external_choice sheet(tab) to populate a note or a text fields in my form using cascade select?&amp;nbsp; I was able to get the&amp;nbsp; species name using the choice_filter but I am confuse on how it works. I could not found any examples of how to use external select to pull data or populate other fields. Here is a pic of what I am trying to accomplish and a sample of my XLSForm. The form will be used on Web App only. Thanks for any help or suggestions!&lt;/SPAN&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="spForm_Pic.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21635iECE273F9C2512800/image-size/large?v=v2&amp;amp;px=999" role="button" title="spForm_Pic.png" alt="spForm_Pic.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2021 06:23:10 GMT</pubDate>
    <dc:creator>JoseBarrios1</dc:creator>
    <dc:date>2021-08-25T06:23:10Z</dc:date>
    <item>
      <title>How to populate a field from external select (external_choice)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-populate-a-field-from-external-select/m-p/1092103#M36700</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to use external select&amp;nbsp; to capture information from a large list (2,000) containing species name and other attributes. My question is... How could I pull the values from the external_choice sheet(tab) to populate a note or a text fields in my form using cascade select?&amp;nbsp; I was able to get the&amp;nbsp; species name using the choice_filter but I am confuse on how it works. I could not found any examples of how to use external select to pull data or populate other fields. Here is a pic of what I am trying to accomplish and a sample of my XLSForm. The form will be used on Web App only. Thanks for any help or suggestions!&lt;/SPAN&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="spForm_Pic.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21635iECE273F9C2512800/image-size/large?v=v2&amp;amp;px=999" role="button" title="spForm_Pic.png" alt="spForm_Pic.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 06:23:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-populate-a-field-from-external-select/m-p/1092103#M36700</guid>
      <dc:creator>JoseBarrios1</dc:creator>
      <dc:date>2021-08-25T06:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate a field from external select (external_choice)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-populate-a-field-from-external-select/m-p/1092226#M36721</link>
      <description>&lt;P&gt;Check out the bible page it has all you need.&amp;nbsp;&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your form the example for Authority would be.&amp;nbsp; Note external choice just creates a csv called itemsets in the media folder but you can now have this as an csv in the media folder and use select_one_from_file instead BUT not sure that works in the web yet.&lt;/P&gt;&lt;P&gt;pulldata('itemsets', 'Authority', 'name', ${sp_namexxx})&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 14:48:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-populate-a-field-from-external-select/m-p/1092226#M36721</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-08-25T14:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate a field from external select (external_choice)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-populate-a-field-from-external-select/m-p/1092469#M36743</link>
      <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;Thanks for your suggestions. I did try the pulldata function as you suggested but it did not work for me.&amp;nbsp; Unfortunately, the "bible" page does not have anything on external select or using external_choices sheet ( not a csv list).&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 20:27:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-populate-a-field-from-external-select/m-p/1092469#M36743</guid>
      <dc:creator>JoseBarrios1</dc:creator>
      <dc:date>2021-08-25T20:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate a field from external select (external_choice)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-populate-a-field-from-external-select/m-p/1092482#M36744</link>
      <description>&lt;P&gt;Opps forgot to attach the excel.&amp;nbsp; It for sure works using the formula above.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 21:00:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-populate-a-field-from-external-select/m-p/1092482#M36744</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-08-25T21:00:51Z</dc:date>
    </item>
  </channel>
</rss>

