<?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: Conditional selection and pre-determined response parameter in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/conditional-selection-and-pre-determined-response/m-p/1549043#M59661</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;Once the user selects the Practice Type, I would like to have the form autopopulate the appropriate Reporting Parameters for that Practice Type so that the user is not guessing as to what they need to report upon.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You have it right. Also, nice CSV. Looks properly formatted already.&lt;/P&gt;&lt;P&gt;Use &lt;STRONG&gt;pulldata()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here is an example of usage:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1729089716485.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/117337iBC25E5E597762B55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1729089716485.png" alt="abureaux_0-1729089716485.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am pulling out employee details when a user selects a name. After you pull that data out, you can use it however you'd like elsewhere in the survey. E.g., you can display it in the label of another field, which is what it sounds like you are trying to do.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2024 14:43:11 GMT</pubDate>
    <dc:creator>abureaux</dc:creator>
    <dc:date>2024-10-16T14:43:11Z</dc:date>
    <item>
      <title>Conditional selection and pre-determined response parameter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/conditional-selection-and-pre-determined-response/m-p/1548511#M59634</link>
      <description>&lt;P&gt;Hi all - fairly new user here that has seem to grasped the basics of the Survey123 Connect app and form development but am struggling to determine the best approach for tackling the challenge outlined below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating a Survey123 reporting form where my colleagues can enter details for their conservation projects.&amp;nbsp; For each project, a Practice Type (rain garden, wetland restoration, manure compost bin, etc.) will be selected from a pulldata list I've created.&amp;nbsp; Once the user selects the Practice Type, I would like to have the form autopopulate the appropriate Reporting Parameters for that Practice Type so that the user is not guessing as to what they need to report upon.&lt;/P&gt;&lt;P&gt;Essentially, I would like to have a "select one from pulldata" entry to have the user select their Practice Type, then have the survey display three integer fields and autopopulate the appropriate Reporting Parameters which are dependent upon the Practice Type selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I list the Reporting Parameter(s) next to the Practice Type within my pulldata csv and somehow associate each Type with its corresponding parameters in the survey?&amp;nbsp; I'm unclear if this gets me the desired outcome or if this is the best approach.&amp;nbsp; I've reviewed some of ESRI's sample forms (cascading selects, complex select multiple) and this seems to be similar to what I need.&amp;nbsp; However, I do not want to display the Reporting Parameter as another "selection" for the user.&amp;nbsp; Instead, I want to display the autopopulated Reporting Parameters next to an integer box for the user to fill in.&lt;/P&gt;&lt;P&gt;See the attached .csv where I display the appropriate Reporting Parameters for each Practice Type.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 20:27:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/conditional-selection-and-pre-determined-response/m-p/1548511#M59634</guid>
      <dc:creator>FrancineLarson</dc:creator>
      <dc:date>2024-10-14T20:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional selection and pre-determined response parameter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/conditional-selection-and-pre-determined-response/m-p/1549043#M59661</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;Once the user selects the Practice Type, I would like to have the form autopopulate the appropriate Reporting Parameters for that Practice Type so that the user is not guessing as to what they need to report upon.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You have it right. Also, nice CSV. Looks properly formatted already.&lt;/P&gt;&lt;P&gt;Use &lt;STRONG&gt;pulldata()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here is an example of usage:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1729089716485.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/117337iBC25E5E597762B55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1729089716485.png" alt="abureaux_0-1729089716485.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am pulling out employee details when a user selects a name. After you pull that data out, you can use it however you'd like elsewhere in the survey. E.g., you can display it in the label of another field, which is what it sounds like you are trying to do.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 14:43:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/conditional-selection-and-pre-determined-response/m-p/1549043#M59661</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-10-16T14:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional selection and pre-determined response parameter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/conditional-selection-and-pre-determined-response/m-p/1581026#M61052</link>
      <description>&lt;P&gt;This was really helpful and solved the issue, thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 21:18:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/conditional-selection-and-pre-determined-response/m-p/1581026#M61052</guid>
      <dc:creator>FrancineLarson</dc:creator>
      <dc:date>2025-01-31T21:18:14Z</dc:date>
    </item>
  </channel>
</rss>

