<?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: Populating fields from csv in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/populating-fields-from-csv/m-p/1174490#M42768</link>
    <description>&lt;P&gt;Awesome, thanks Zach!&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 12:16:47 GMT</pubDate>
    <dc:creator>ZenMasterZeke</dc:creator>
    <dc:date>2022-05-17T12:16:47Z</dc:date>
    <item>
      <title>Populating fields from csv</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populating-fields-from-csv/m-p/1174260#M42751</link>
      <description>&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;Having a problem populating fields based on a csv. I have a csv file, contact.csv, with three contact info fields: contact_name, contact_phone and address like this:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;contact_name,contact_phone,address&lt;BR /&gt;Carol Danvers,(123) 456-7890,123 Kree St Bangor ME 01234&lt;BR /&gt;Steve Rogers,(321) 654-0987,1600 Penn Ave Wash DC 01010&lt;BR /&gt;Fred Munster,(699) 699-6000,1313 Mockingbird Ln Chico CA 9876&lt;/P&gt;&lt;P&gt;On my form, I can populate a select one question with the contact name using:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;type&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;label&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;appearance&lt;BR /&gt;survey sheet - select_one contact&amp;nbsp; &amp;nbsp; &amp;nbsp;cont_name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Contact Name&amp;nbsp; &amp;nbsp; &amp;nbsp;minimal search('contact')&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; list_name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;label&lt;BR /&gt;choices sheet - contact&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cont_name&amp;nbsp; &amp;nbsp; &amp;nbsp;contact_name&lt;/P&gt;&lt;P&gt;But after selecting a name from the select_one, the other fields, e.g. phone, don't populate:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;type&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;label&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;calculation&lt;BR /&gt;survey sheet - text&amp;nbsp; &amp;nbsp; cont _phone&amp;nbsp; &amp;nbsp; &amp;nbsp; Contact Phone&amp;nbsp; &amp;nbsp; &amp;nbsp;pulldata('contact', 'contact_phone', 'contact_name', ${cont_name})&lt;/P&gt;&lt;P&gt;Hopefully this makes sense. How can I get the other fields to populate from the csv row matching the contact name? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 17:17:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populating-fields-from-csv/m-p/1174260#M42751</guid>
      <dc:creator>ZenMasterZeke</dc:creator>
      <dc:date>2022-05-16T17:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Populating fields from csv</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populating-fields-from-csv/m-p/1174417#M42761</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/116479"&gt;@ZenMasterZeke&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the choices worksheet the name and label for the contact choice list will both need to be contact_name. With what's set now no matter what choice is selected cont_name will be returned from the choice list and that doesn't match the values in the CSV.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 00:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populating-fields-from-csv/m-p/1174417#M42761</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2022-05-17T00:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Populating fields from csv</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populating-fields-from-csv/m-p/1174490#M42768</link>
      <description>&lt;P&gt;Awesome, thanks Zach!&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 12:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populating-fields-from-csv/m-p/1174490#M42768</guid>
      <dc:creator>ZenMasterZeke</dc:creator>
      <dc:date>2022-05-17T12:16:47Z</dc:date>
    </item>
  </channel>
</rss>

