<?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: Autocomplete appearance return values in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554896#M59908</link>
    <description>&lt;P&gt;I have attached the form.&amp;nbsp; This is a "trial" run as I have not created a survey before.&amp;nbsp; I need to get this form to work correctly, and then incorporate the correct set up in the one that will be used to collect data from the public.&lt;/P&gt;&lt;P&gt;I thought it was a calculate "pulldata()" that I needed to populate the address that was selected by the user in the feature service table.&amp;nbsp; I most likely have the syntax wrong.&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated!&lt;/P&gt;</description>
    <pubDate>Fri, 01 Nov 2024 23:17:36 GMT</pubDate>
    <dc:creator>EngineeringLockport</dc:creator>
    <dc:date>2024-11-01T23:17:36Z</dc:date>
    <item>
      <title>Autocomplete appearance return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554888#M59904</link>
      <description>&lt;P&gt;When pulling data from my survey into an ArcPro project, the field that I have set the appearance to be "autocomplete" is not returning the value selected in the attribute table of the feature service.&lt;/P&gt;&lt;P&gt;The user selects their address from the survey, utilizing an autocomplete appearance.&amp;nbsp; When I open the table in my project, or in the feature service, that field just says "address", not the address that the user selected.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EngineeringLockport_0-1730500802374.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/118703i4E4F3FAF4E72596D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EngineeringLockport_0-1730500802374.png" alt="EngineeringLockport_0-1730500802374.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How do I get the actual address that was selected to show in the table?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 22:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554888#M59904</guid>
      <dc:creator>EngineeringLockport</dc:creator>
      <dc:date>2024-11-01T22:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete appearance return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554893#M59906</link>
      <description>&lt;P&gt;It sounds like a survey123 data entry issue?&lt;/P&gt;&lt;P&gt;Can you share the xlsform?&lt;/P&gt;&lt;P&gt;If the correct value hasn't been submitted there might not be much you can do to resolve it now.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 23:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554893#M59906</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-11-01T23:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete appearance return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554896#M59908</link>
      <description>&lt;P&gt;I have attached the form.&amp;nbsp; This is a "trial" run as I have not created a survey before.&amp;nbsp; I need to get this form to work correctly, and then incorporate the correct set up in the one that will be used to collect data from the public.&lt;/P&gt;&lt;P&gt;I thought it was a calculate "pulldata()" that I needed to populate the address that was selected by the user in the feature service table.&amp;nbsp; I most likely have the syntax wrong.&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 23:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554896#M59908</guid>
      <dc:creator>EngineeringLockport</dc:creator>
      <dc:date>2024-11-01T23:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete appearance return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554902#M59909</link>
      <description>&lt;P&gt;So select_one will give the users a list to choose from.&lt;/P&gt;&lt;P&gt;If you want to have them pick from a CSV, you need to change it to select_one_from_file&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/multiplechoice.htm#ESRI_SECTION1_34A4D88BA6A64C48AA0E113DC61099DD" target="_blank"&gt;https://doc.arcgis.com/en/survey123/desktop/create-surveys/multiplechoice.htm#ESRI_SECTION1_34A4D88BA6A64C48AA0E113DC61099DD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can the have the csv published in the survey media folder or linked to a CSV item in ArcGIS online. Updating the CSV file means users need to update the survey or launch directly from the app.&lt;/P&gt;&lt;P&gt;The select one choice, external CSV or not, gives users a label to select, and populates the answer with the name value.&lt;/P&gt;&lt;P&gt;If you want to populate the answers from a feature service, use the select one question type and the search appearance:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformsappearance.htm#ESRI_SECTION1_46A700D2AABF47F1AE4D5004762DB372" target="_blank"&gt;https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformsappearance.htm#ESRI_SECTION1_46A700D2AABF47F1AE4D5004762DB372&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Pulldata() has a few use cases but it's more about using a value, to get another value. It's a calculation, not a user interface list/appearance. E.g. if a user entered 'school 1' in question 1, question 2 could use pulldata() to calculate the schools ID from a CSV lookup table, or pulldata from a layer to get the current status of the school (open/closed).&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F3566F974734B55ECECD31C6CA91" target="_blank"&gt;https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F3566F974734B55ECECD31C6CA91&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'd suggest reviewing the above documentation links, but it sounds like you want select_one list_name with the search appearance against your feature layer.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 00:48:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554902#M59909</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-11-02T00:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete appearance return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554909#M59910</link>
      <description>&lt;P&gt;Is there anyway possible to get a return value (in my feature service table) of what the user selected, without having to put them all on the choices tab?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 10:03:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554909#M59910</guid>
      <dc:creator>EngineeringLockport</dc:creator>
      <dc:date>2024-11-02T10:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete appearance return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554910#M59911</link>
      <description>&lt;P&gt;Yes, use a CSV, or search a feature service for the choice list.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/dynamic-choice-lists-using-search-appearance/ba-p/1060838" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/dynamic-choice-lists-using-search-appearance/ba-p/1060838&lt;/A&gt;&lt;/P&gt;&lt;P&gt;select_one, with the search appearance against a feature service. No calculation or pulldata.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 10:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554910#M59911</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-11-02T10:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete appearance return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554920#M59912</link>
      <description>&lt;P&gt;I have tried everything.&amp;nbsp; select_one with autocomplete search() using a feature service,&amp;nbsp; I have even tried adding some addresses in the choices tab just to see if it would populate the address data in the feature service table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EngineeringLockport_0-1730552538785.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/118710i5A2735A3C8F1BA28/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EngineeringLockport_0-1730552538785.png" alt="EngineeringLockport_0-1730552538785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EngineeringLockport_2-1730553104742.png" style="width: 763px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/118712i39C98C1745781B2E/image-dimensions/763x61?v=v2" width="763" height="61" role="button" title="EngineeringLockport_2-1730553104742.png" alt="EngineeringLockport_2-1730553104742.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but I still do not get the selection populated in the feature service table.&amp;nbsp; It just left the column blank&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EngineeringLockport_1-1730552586362.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/118711iCFE69D728F0A9F49/image-size/small?v=v2&amp;amp;px=200" role="button" title="EngineeringLockport_1-1730552586362.png" alt="EngineeringLockport_1-1730552586362.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new at all of this, and have never had any formal training, it is mostly what I have picked up along the way.&amp;nbsp; I am much more comfortable and knowledgeable with the field maps app and web maps than I am with setting up a survey.&amp;nbsp; I believe it must be something simple that I am missing, or some incorrect syntax.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;autocomplete search("LCRR_Survey_List?url=&lt;A href="https://services9.arcgis.com/lmEnUXi1wwpfbImi/arcgis/rest/services/service_990476ac0a1a4815b484b0894931a2ad/FeatureServer/0" target="_blank"&gt;https://services9.arcgis.com/lmEnUXi1wwpfbImi/arcgis/rest/services/service_990476ac0a1a4815b484b0894931a2ad/FeatureServer/0&lt;/A&gt;")&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This syntax did not return "address" in the address column, but a blank.&lt;/P&gt;&lt;P&gt;In the autocomplete search () I do not know how to get it to return the selected address into the table.&amp;nbsp; I will need this data to complete reports after the survey is finished.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many apologies for not being able to grasp this even with all of your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 13:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554920#M59912</guid>
      <dc:creator>EngineeringLockport</dc:creator>
      <dc:date>2024-11-02T13:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete appearance return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554922#M59913</link>
      <description>&lt;P&gt;I was able to get the address to populate in the table within the survey form when "manage in survey website"&lt;/P&gt;&lt;P&gt;but that required me to use the choices tab for selection.&amp;nbsp; I will continue to work on adding all of those until I can find a better way due to being on a bit of a deadline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all your help.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 14:36:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1554922#M59913</guid>
      <dc:creator>EngineeringLockport</dc:creator>
      <dc:date>2024-11-02T14:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete appearance return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1555002#M59916</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/dynamic-choice-lists-using-search-appearance/ba-p/1060838" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/dynamic-choice-lists-using-search-appearance/ba-p/1060838&lt;/A&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add the following to your survey sheet&lt;UL&gt;&lt;LI&gt;type: select_one address_list&lt;/LI&gt;&lt;LI&gt;name: LCCR_Survey_List&lt;/LI&gt;&lt;LI&gt;label:&amp;nbsp;&lt;EM&gt;Please select your address&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;appearance:&lt;P&gt;autocomplete search("addresssearchlayer?url=&lt;A href="https://services9.arcgis.com/lmEnUXi1wwpfbImi/ArcGIS/rest/services/service_990476ac0a1a4815b484b0894931a2ad/FeatureServer/0" target="_blank"&gt;https://services9.arcgis.com/lmEnUXi1wwpfbImi/ArcGIS/rest/services/service_990476ac0a1a4815b484b0894931a2ad/FeatureServer/0&lt;/A&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Add the following to your choices sheet (just one row):&lt;OL&gt;&lt;LI&gt;&amp;nbsp;list_name: address_list&lt;/LI&gt;&lt;LI&gt;name:&amp;nbsp;&lt;SPAN&gt;address&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;label:&amp;nbsp;&lt;SPAN&gt;address&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You may also need to enable 'query' on your feature service, or ensure people accessing your survey can. I can't query the layer, so there's no way for me to get address results in the search.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChristopherCounsell_0-1730701905593.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/118732iC8A09405F7FA70C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChristopherCounsell_0-1730701905593.png" alt="ChristopherCounsell_0-1730701905593.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;should see query:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChristopherCounsell_1-1730701914945.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/118733iEDEBF9043F9BDD17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChristopherCounsell_1-1730701914945.png" alt="ChristopherCounsell_1-1730701914945.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It's likely that you've disabled ability of anonymous users to see any results or results submitted by other users, which is a problem if they need to obtain the addresses from the layer.&lt;/P&gt;&lt;P&gt;If you want to see more examples please create the Sample form Dynamic Choice Lists Using Search Appearance in Survey123 Connect.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 06:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-appearance-return-values/m-p/1555002#M59916</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-11-04T06:33:56Z</dc:date>
    </item>
  </channel>
</rss>

