<?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: Populate Select_One list from feature service in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765317#M2327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is exactly the question I'd love to see answered. I can pull data for one off (single item) display in Notes, and or Text types, but to have a series of values populate a list and not rely on the list being defined in the choices, or external choices is key here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any advice truly appreciated&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2020 00:33:05 GMT</pubDate>
    <dc:creator>GarethFinney1</dc:creator>
    <dc:date>2020-10-14T00:33:05Z</dc:date>
    <item>
      <title>Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765314#M2324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to populate a select_one list from attributes retrieved from a feature service?&amp;nbsp; I assume I will need to use a custom javascript function to get the data.&amp;nbsp; I have been doing a lot of reading and I can't find a definitive answer that says if this is possible or not.&amp;nbsp; I'd like to pull the values of a two fields.&amp;nbsp; One field would be the label ("Name") shown on the survey and the other would be the value&amp;nbsp;("GUID") that would be submitted with the survey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A second part to this is... If this is possible, can this be executed when the survey opens?&amp;nbsp; &amp;nbsp;I'd like this list to be the first item a user chooses from when they start the survey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2020 12:45:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765314#M2324</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2020-10-07T12:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765315#M2325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct, populating a select one choice list from a feature service URL (or any other type of data service from URL) is not currently supported. This is logged as enhancement&amp;nbsp;ENH-000119959 and something that will likely be supported in a future release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a JavaScript function and the pulldata() at JavaScript expression, this would be possible to achieve what you are wanting to do. However you will need to write your on JS function. If you want this to be the first question in your survey, this should also be possible if you use hidden/calculate questions before the first visible question, so that the values retrieved from the FS are available for the first question to be populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2020 02:58:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765315#M2325</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-10-12T02:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765316#M2326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information, Phil.&amp;nbsp; This is very helpful and look forward to this being supported in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were to use a custom JS function to return field values as JSON, how would I parse those into a format that would be consumable by a select_one choice list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2020 11:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765316#M2326</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2020-10-12T11:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765317#M2327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is exactly the question I'd love to see answered. I can pull data for one off (single item) display in Notes, and or Text types, but to have a series of values populate a list and not rely on the list being defined in the choices, or external choices is key here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any advice truly appreciated&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2020 00:33:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765317#M2327</guid>
      <dc:creator>GarethFinney1</dc:creator>
      <dc:date>2020-10-14T00:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765318#M2328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew and Gareth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion, it&amp;nbsp;is not possible to populate or update a choice list (select one or multiple) from a JS function. It is possible to return a value from another source based on a query or calculation, or return a comma separated list or JSON object, however you still need to process it into the survey as a value into a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are currently working on a new feature in beta, for 3.12 beta update, which will allow you to use a select one or multiple and use the search() function to query a feature service and populate the choice list directly. I believe this is what you are after. Keep an eye out for the next &lt;A href="https://earlyadopter.esri.com/project/home.html?cap=%7BE69EF91F-4574-4B98-882C-651F7B518EB7%7D"&gt;Early Adopter Community&lt;/A&gt; update and documentation, on how you can test this out in 3.12 beta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2020 22:31:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765318#M2328</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-10-15T22:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765319#M2329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew and Gareth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good news, just letting you know that in the latest 3.12 beta builds available on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;artid=ad34b3e9a2de49b58ac38a3f37a6bd7a" style="color: #2989c5; text-decoration: none;"&gt;Survey123 Early Adopter Community&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;we have made significant improvements to large choice lists which improve the survey load time in both Connect and the field app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On top of this there are now some new ways you can manage your choice lists dynamically and update them without having to republish the survey, meaning choice lists can now be populated and updated dynamically from a CSV file or hosted table shared in ArcGIS or directly from a feature service using the search() function. Please check out the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;artid=ad34b3e9a2de49b58ac38a3f37a6bd7a" style="color: #2989c5; text-decoration: none;"&gt;latest announcement on EAC&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and test out these new beta features with the latest 3.12&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;beta builds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2020 10:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765319#M2329</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-11-06T10:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765320#M2330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thanks for the update.&amp;nbsp; &amp;nbsp;I'll check it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 18:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/765320#M2330</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2020-11-09T18:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1033570#M32988</link>
      <description>&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;I was wondering if there is any more documentation on populating choice lists dynamically from a feature service? I seem to keep going in circles reading through the updates, and am hoping you can point me to the most recent development.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rosemary&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 19:52:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1033570#M32988</guid>
      <dc:creator>RosemaryHatch</dc:creator>
      <dc:date>2021-03-05T19:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1034212#M33024</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/164979"&gt;@RosemaryHatch&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The documentation for Linked Content using external choice lists from file or hosted file, and for pulldata() can be found here:&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/publishsurvey.htm#ESRI_SECTION1_90818E24DF84492CBA5A35D5F0CC3AAE" target="_blank"&gt;https://doc.arcgis.com/en/survey123/desktop/create-surveys/publishsurvey.htm#ESRI_SECTION1_90818E24DF84492CBA5A35D5F0CC3AAE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For the search() functionality, which can be used to query a hosted feature service, that is still a beta feature and is documented in EAC here:&amp;nbsp;&lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&amp;amp;artid={F91C2CD4-2A42-4CA3-AC7D-755A5C34F811}" target="_blank"&gt;https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&amp;amp;artid={F91C2CD4-2A42-4CA3-AC7D-755A5C34F811}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 22:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1034212#M33024</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-08T22:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1034433#M33045</link>
      <description>&lt;P&gt;Thanks Phil! The search feature is exactly what we are looking for in our workflow. Is there a timeline for when this will be released out of beta?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 14:16:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1034433#M33045</guid>
      <dc:creator>RosemaryHatch</dc:creator>
      <dc:date>2021-03-09T14:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1035248#M33092</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/164979"&gt;@RosemaryHatch&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We are planning to support this in one of the next upcoming releases, the main outstanding work is adding support to the web app, so forms that use the search() function working correctly in both field app and web app, and also a few improvements still in progress with the search() feature.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 00:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1035248#M33092</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-11T00:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1087138#M36383</link>
      <description>&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;Are there any updates to the search functionality? I've seen a couple posts that seem to mention using it, but still haven't seen any documentation.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rosemary&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 15:33:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1087138#M36383</guid>
      <dc:creator>RosemaryHatch</dc:creator>
      <dc:date>2021-08-09T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1087513#M36402</link>
      <description>&lt;P&gt;Yeah, this is in desperate need of some documentation.&amp;nbsp; I would like to perform the search query using the location and a distance within. According to the beta site this should be possible but can't find anything on how to do it.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 15:43:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1087513#M36402</guid>
      <dc:creator>KyleSchultz1</dc:creator>
      <dc:date>2021-08-10T15:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1088727#M36470</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/164979"&gt;@RosemaryHatch&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The search() feature is currently only beta and therefore only documented in the &lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&amp;amp;artid={F91C2CD4-2A42-4CA3-AC7D-755A5C34F811}" target="_self"&gt;Early Adopter Community&lt;/A&gt;. This feature will be released in the upcoming 3.13 release, and will be available for both the Survey123 feild and web apps. The online documentation will be updated once 3.13 is released.&lt;/P&gt;&lt;P&gt;For now you can test out the search() feature using the 3.13 beta builds available on EAC.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 01:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1088727#M36470</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-13T01:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1088728#M36471</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/346818"&gt;@KyleSchultz1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The search() feature is currently only beta and therefore only documented in the &lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&amp;amp;artid={F91C2CD4-2A42-4CA3-AC7D-755A5C34F811}" target="_self"&gt;Early Adopter Community&lt;/A&gt;. This feature will be released in the upcoming 3.13 release, and will be available for both the Survey123 feild and web apps. The online documentation will be updated once 3.13 is released.&lt;/P&gt;&lt;P&gt;For now you can test out the search() feature using the 3.13 beta builds available on EAC.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 01:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1088728#M36471</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-13T01:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1095043#M36933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous User&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Is there any plan to support search function on featureservice when offline? Something similar to hosted CSV file, where the csv file gets downloaded when the device is online and the csv contents changed. I am looking for something similar where the table contents from the hosted featureservice(table) is downloaded when the device is online so it can be used in offline mode.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 18:21:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1095043#M36933</guid>
      <dc:creator>NirmalOjha1</dc:creator>
      <dc:date>2021-09-02T18:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1095180#M36938</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/190619"&gt;@NirmalOjha1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Searching feature services using search() function when offline is not supported, and there are currently no plans to support this in a near future release.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 23:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1095180#M36938</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-02T23:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1119481#M38800</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous User,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it currently possible to populate a select_one with a list of values pulled from a field in an online hosted feature layer. I don't need to spatially query it, though this looks useful for other applications. I just need the list of text values returned from one field to be used as a list of options in the select_one. I've tried a number of ways using javascript and pulldata() in Survey123 version 3.12 232 but cannot crack the exact method, it seems like it is possible from everything I have read but I can't find this exact method documented without using a spatial query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The example would be, we have a hosted online feature layer with a list of projects that will be added to over time. Then we have an assets survey and associated hosted feature layer, where people choose a project name first and then add an asset (point to the map) where. I want the project name in the assets survey to be populated using a select_one list of field values pulled from the projects layer so that it is dynamic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 10:20:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1119481#M38800</guid>
      <dc:creator>HeatherBell</dc:creator>
      <dc:date>2021-11-23T10:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1119483#M38801</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115865"&gt;@HeatherBell&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes this can be done using the search() appearance direct to a feature layer/table, or you could use linked content to a hosted table or CSV. You will need to be using the latest version 3.13 of Connect and field app for this to work. Refer to following blogs and doc:&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;&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;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_34A4D88BA6A64C48AA0E113DC61099DD" target="_blank"&gt;https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_34A4D88BA6A64C48AA0E113DC61099DD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 10:29:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1119483#M38801</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-11-23T10:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Select_One list from feature service</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1119485#M38803</link>
      <description>&lt;P&gt;Hi&amp;nbsp; @Anonymous User,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great, thank you for the swift response. I'll see if I can figure it out with these documents.&lt;/P&gt;&lt;P&gt;All the best!&lt;/P&gt;&lt;P&gt;Heather.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 10:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-select-one-list-from-feature-service/m-p/1119485#M38803</guid>
      <dc:creator>HeatherBell</dc:creator>
      <dc:date>2021-11-23T10:32:18Z</dc:date>
    </item>
  </channel>
</rss>

