<?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 Automated answering based on previous responses in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136724#M39958</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am wanting to create a survey for fauna spotter catcher work and am wondering if it is possible to create questions in a survey that can be linked to automatically fill when the first question is answered? So we want field staff to be able to choose the common name of an animal from a list, which could be linked to automatically fill the scientific name, EPBC Act status and NCA Act status. is this possible?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bridget&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 03:27:15 GMT</pubDate>
    <dc:creator>GISCQG</dc:creator>
    <dc:date>2022-01-25T03:27:15Z</dc:date>
    <item>
      <title>Automated answering based on previous responses</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136724#M39958</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am wanting to create a survey for fauna spotter catcher work and am wondering if it is possible to create questions in a survey that can be linked to automatically fill when the first question is answered? So we want field staff to be able to choose the common name of an animal from a list, which could be linked to automatically fill the scientific name, EPBC Act status and NCA Act status. is this possible?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bridget&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 03:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136724#M39958</guid>
      <dc:creator>GISCQG</dc:creator>
      <dc:date>2022-01-25T03:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automated answering based on previous responses</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136734#M39959</link>
      <description>&lt;P&gt;Hi Bridget&lt;/P&gt;&lt;P&gt;I do the very same thing using the pulldata function.&amp;nbsp; A user selects the common name and the Genus, Species and NSXCode are retrieved from the csv.&lt;/P&gt;&lt;P&gt;The pulldata function in the calculation column (of the field you wish to populate) is like this.:&lt;/P&gt;&lt;P&gt;pulldata('flora', 'common_name', 'Scientific', ${commonnameflora}),"")&lt;/P&gt;&lt;P&gt;flora - the name of the csv file in the media folder&lt;/P&gt;&lt;P&gt;common_name - the common_name Name field in the table&lt;/P&gt;&lt;P&gt;Scientific -&amp;nbsp;the Scientific Name field in the table&lt;/P&gt;&lt;P&gt;${commonnameflora} - the name of the field in Survey123 where the common name is selected.&lt;/P&gt;&lt;P&gt;I am happy to share more snippets of the xlsform if you needed.&amp;nbsp; Just DM me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 03:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136734#M39959</guid>
      <dc:creator>ChrisRoberts2</dc:creator>
      <dc:date>2022-01-25T03:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Automated answering based on previous responses</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136741#M39960</link>
      <description>&lt;P&gt;Thanks so much Chris! I will give this a go - I think setting up the external xls form is what has me a bit stumped. I will give you a holler if I get stuck!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 04:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136741#M39960</guid>
      <dc:creator>GISCQG</dc:creator>
      <dc:date>2022-01-25T04:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automated answering based on previous responses</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136745#M39962</link>
      <description>&lt;P&gt;sorry drop the ,"") from the end ... copy and paste error from a larger calc &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 04:12:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136745#M39962</guid>
      <dc:creator>ChrisRoberts2</dc:creator>
      <dc:date>2022-01-25T04:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Automated answering based on previous responses</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136864#M39968</link>
      <description>&lt;P&gt;This may help&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/use-existing-data-in-your-survey-the-pulldata/ba-p/896889" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/use-existing-data-in-your-survey-the-pulldata/ba-p/896889&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For us we store just the code then we store all of our species data in another lookup table.&amp;nbsp; That way if a code ever changes or we want to remap it we can.&amp;nbsp; We have all kinds of other info in there (for us it is plants so growth habit, etc)&amp;nbsp; We often find mistakes and can change it in one place.&amp;nbsp; Plus diff states have diff growth habit or invasive status.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 14:24:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/automated-answering-based-on-previous-responses/m-p/1136864#M39968</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-01-25T14:24:59Z</dc:date>
    </item>
  </channel>
</rss>

