<?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 drop down list from AGOL layer with multiple fields in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1408657#M56147</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169433"&gt;@RobertAnderson3&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've logged this feedback as something for us to investigate if it's possible to support in the future. Please feel free to reach out to &lt;A href="https://support.esri.com/en-us/contact" target="_self"&gt;Esri Technical Support&lt;/A&gt; to log an official Enhancement to track progress on the feature.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 17:50:40 GMT</pubDate>
    <dc:creator>ZacharySutherby</dc:creator>
    <dc:date>2024-04-11T17:50:40Z</dc:date>
    <item>
      <title>Populate drop down list from AGOL layer with multiple fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1407682#M56101</link>
      <description>&lt;P&gt;I'm trying to populate a drop down list from a search() question.&lt;/P&gt;&lt;P&gt;This question returns all the streets (polylines) within a buffer distance of the location of the user and then they select the closest street to them. This works without a problem.&lt;/P&gt;&lt;P&gt;However I would also like to concatenate multiple fields in the drop down list (street name, type of street, number from and up to) to make sure there are no errors when filling the form.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;Current appearance:&amp;nbsp;&lt;EM&gt;search(concat("queryStreetName?url=service_url/0&amp;amp;distance=", ${distancebuffer}, "&amp;amp;units=esriSRUnit_Meter&amp;amp;orderByFields=field ASC"), 'intersects', '@geopoint', ${location})&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;where ${location} is a geopoint question.&lt;/P&gt;&lt;P&gt;I thought I could do something with pulldata() but from what I understand you can get only 1 record with this function, where I need multiple records and multiple fields.&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>Tue, 09 Apr 2024 19:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1407682#M56101</guid>
      <dc:creator>mikaël</dc:creator>
      <dc:date>2024-04-09T19:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Populate drop down list from AGOL layer with multiple fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1408231#M56124</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/606364"&gt;@mikaël&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would need to add a new field in your feature service and field calculate the concatenated value. The search() appearance can only use one field as the label in the choices worksheet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 22:23:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1408231#M56124</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2024-04-10T22:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Populate drop down list from AGOL layer with multiple fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1408496#M56137</link>
      <description>&lt;P&gt;Oh yeah that's not a bad idea! And then I can extract different string values from this concatenated field to populate/query other fields (IDs and such)!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 13:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1408496#M56137</guid>
      <dc:creator>mikaël</dc:creator>
      <dc:date>2024-04-11T13:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Populate drop down list from AGOL layer with multiple fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1408499#M56138</link>
      <description>&lt;P&gt;Is there a possibility of adding the ability to concatenate labels from multiple fields in the future? We have a situation we want to have it query our UNITID field, but also add the UNITDESC to the label the users see, and we don't really want to add an extra field that just duplicates existing data.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 13:27:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1408499#M56138</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2024-04-11T13:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Populate drop down list from AGOL layer with multiple fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1408657#M56147</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169433"&gt;@RobertAnderson3&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've logged this feedback as something for us to investigate if it's possible to support in the future. Please feel free to reach out to &lt;A href="https://support.esri.com/en-us/contact" target="_self"&gt;Esri Technical Support&lt;/A&gt; to log an official Enhancement to track progress on the feature.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 17:50:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1408657#M56147</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2024-04-11T17:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Populate drop down list from AGOL layer with multiple fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1663084#M64634</link>
      <description>&lt;P&gt;Hi Mikael,&lt;/P&gt;&lt;P&gt;I would like to know how return all the streets within the buffer distance of location. In fact I am having an issue that when the user added a geopoint location, I want to return list of pipeline features that are within the certain buffer distance lets say&amp;nbsp; within 1 mile. Could you please share the expression that you use for your work? Any tips or suggestion is greatly appreciated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;KShah&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 04:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-drop-down-list-from-agol-layer-with/m-p/1663084#M64634</guid>
      <dc:creator>KushShah</dc:creator>
      <dc:date>2025-11-04T04:59:58Z</dc:date>
    </item>
  </channel>
</rss>

