<?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: Auto Populate field based on previous answer in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-field-based-on-previous-answer/m-p/1323483#M51444</link>
    <description>&lt;P&gt;Here's what I use to populate a name field based on an address selection. From a csv file, not a layer, but general process should be similar. Work is done in the pulldata function. See &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415&lt;/A&gt;&lt;/P&gt;&lt;TABLE width="540"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="173"&gt;select_one_from_file streets.csv&lt;/TD&gt;&lt;TD width="173"&gt;sample_street&lt;/TD&gt;&lt;TD width="194"&gt;Street Address&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE width="1186"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="173"&gt;text&lt;/TD&gt;&lt;TD width="173"&gt;owner_fn&lt;/TD&gt;&lt;TD width="194"&gt;Owner First Name&lt;/TD&gt;&lt;TD width="66"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159"&gt;w1&lt;/TD&gt;&lt;TD width="62"&gt;yes&lt;/TD&gt;&lt;TD width="53"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="60"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="62"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159"&gt;pulldata(${csv_file}, "first_name", "label", ${sample_street})&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Tue, 29 Aug 2023 15:02:38 GMT</pubDate>
    <dc:creator>ZenMasterZeke</dc:creator>
    <dc:date>2023-08-29T15:02:38Z</dc:date>
    <item>
      <title>Auto Populate field based on previous answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-field-based-on-previous-answer/m-p/1323139#M51434</link>
      <description>&lt;P&gt;I am working on designing and creating a survey for inventory check-out for new build(s) in the field by our electric linecrew. I have been able to program a series of drop-down entries for the foreman to choose from by looking at a table in one of our Hosted Feature Layers. They choose the inventory number in one drop-down and then choose the description of the inventory product in the next.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am trying to do is for the Description to auto populate based on the selection they choose in the inventory number.&amp;nbsp;&lt;/P&gt;&lt;P&gt;See Attachment(s)&lt;/P&gt;&lt;P&gt;STOCK NUMBER #1 is the field the foreman selects the inventory number (looking at the table in the Feature Layer).&lt;/P&gt;&lt;P&gt;DESCRIPTION #1 is the field I would like to auto populate based on the selection in STOCK NUMBER #1&lt;/P&gt;&lt;P&gt;FEATURE LAYER TABLE is the table the survey is looking at for the drop-downs.&lt;/P&gt;&lt;P&gt;EXAMPLE: If Foreman selects 1040 in STOCK NUMBER, the DESCRIPTION would auto populate&amp;nbsp; to Anchor Rod Triple Eye 1" X 8'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to help the foreman and save time.&lt;/P&gt;&lt;P&gt;Thank you for any advice u can give&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 19:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-field-based-on-previous-answer/m-p/1323139#M51434</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2023-08-28T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate field based on previous answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-field-based-on-previous-answer/m-p/1323483#M51444</link>
      <description>&lt;P&gt;Here's what I use to populate a name field based on an address selection. From a csv file, not a layer, but general process should be similar. Work is done in the pulldata function. See &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415&lt;/A&gt;&lt;/P&gt;&lt;TABLE width="540"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="173"&gt;select_one_from_file streets.csv&lt;/TD&gt;&lt;TD width="173"&gt;sample_street&lt;/TD&gt;&lt;TD width="194"&gt;Street Address&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE width="1186"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="173"&gt;text&lt;/TD&gt;&lt;TD width="173"&gt;owner_fn&lt;/TD&gt;&lt;TD width="194"&gt;Owner First Name&lt;/TD&gt;&lt;TD width="66"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159"&gt;w1&lt;/TD&gt;&lt;TD width="62"&gt;yes&lt;/TD&gt;&lt;TD width="53"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="60"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="62"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="159"&gt;pulldata(${csv_file}, "first_name", "label", ${sample_street})&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 29 Aug 2023 15:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-field-based-on-previous-answer/m-p/1323483#M51444</guid>
      <dc:creator>ZenMasterZeke</dc:creator>
      <dc:date>2023-08-29T15:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate field based on previous answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-field-based-on-previous-answer/m-p/1327734#M51667</link>
      <description>&lt;P&gt;Wanted to see if anyone else had this problem. I starting using the ESRI Survey 123 Connect Desktop App to design and edit the survey form and then publish it to AGOL. After creating a few surveys, others were not able to see the results. However, if I just created the survey from from My Surveys on the website, published and then recorded data, everyone was able to see them. Is this a problem with the 123 Connect app?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-field-based-on-previous-answer/m-p/1327734#M51667</guid>
      <dc:creator>ModernElectric</dc:creator>
      <dc:date>2023-09-12T14:34:31Z</dc:date>
    </item>
  </channel>
</rss>

