<?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: Dynamic Combo Box Field in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1386115#M7983</link>
    <description>&lt;P&gt;Thanks Sarah.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a standalone hosted table with user names and equipment descriptions. It is in the same web map as the feature class that I'm creating my form from. I was hoping to be able to use Arcade to pull the equipment descriptions down based on who was logged in. I was able to do that. If it was only 1 piece of equipment, this would work because I wouldn't need the combo box. But the table is 1:M (username to equipment description). So I'd need to take that list in Arcade and populate the combo box somehow. But it's not possible I guess.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 16:57:43 GMT</pubDate>
    <dc:creator>JoelPerkins</dc:creator>
    <dc:date>2024-02-23T16:57:43Z</dc:date>
    <item>
      <title>Dynamic Combo Box Field</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1386103#M7980</link>
      <description>&lt;P&gt;Hello, I have a question about configuring a form in Field Maps in ArcGIS Online. I can't use a calculated expression in a form field (with a combo box type) to populate the code/values of the combo box, correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this wouldn't work? Thanks..&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var myList = {

code: "1", value: "choice 1",

code: "2", value: "choice 2",

code: "3", value: "choice 3"

}

return myList&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 16:45:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1386103#M7980</guid>
      <dc:creator>JoelPerkins</dc:creator>
      <dc:date>2024-02-23T16:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Combo Box Field</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1386105#M7981</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/294047"&gt;@JoelPerkins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You cant use Arcade today to create lists for Field Maps. Could you share a little more about your use case? One alternative is to use&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/contingent-values.htm#:~:text=Contingent%20values%2C%20sometimes%20referred%20to,list%20or%20range%20of%20values." target="_blank" rel="noopener"&gt; Contingent Attribute Values&lt;/A&gt;. These are honored in Field Maps and lets you create change the values of a list based on the values of another field.&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 16:51:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1386105#M7981</guid>
      <dc:creator>SarahSaint-Ruth</dc:creator>
      <dc:date>2024-02-23T16:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Combo Box Field</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1386115#M7983</link>
      <description>&lt;P&gt;Thanks Sarah.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a standalone hosted table with user names and equipment descriptions. It is in the same web map as the feature class that I'm creating my form from. I was hoping to be able to use Arcade to pull the equipment descriptions down based on who was logged in. I was able to do that. If it was only 1 piece of equipment, this would work because I wouldn't need the combo box. But the table is 1:M (username to equipment description). So I'd need to take that list in Arcade and populate the combo box somehow. But it's not possible I guess.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 16:57:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1386115#M7983</guid>
      <dc:creator>JoelPerkins</dc:creator>
      <dc:date>2024-02-23T16:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Combo Box Field</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1386182#M7986</link>
      <description>&lt;P&gt;Not sure if this completely fits your use case, but there have been some community workarounds for building multiselect lists based on a domain in a separate field:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-ideas/multiple-choice-option-in-field-maps/idi-p/1105213" target="_blank" rel="noopener"&gt;Multiple choice option in Field Maps - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, you would also have to build the domain for the field in question based on your table data.&amp;nbsp; This can be done in a few different ways, but adds a bit more legwork to the solution.&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 18:13:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1386182#M7986</guid>
      <dc:creator>MitchellGrafstein</dc:creator>
      <dc:date>2024-02-23T18:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Combo Box Field</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1616414#M10868</link>
      <description>&lt;P&gt;Hi Sarah,&lt;/P&gt;&lt;P&gt;What about the ability to create a simple buffer around a point A, gather up any records from Layer B that fall within 500ft, and present their IDs as a drop down within point A...&lt;/P&gt;&lt;P&gt;This can be done relatively simply in Survey123 but is impossible within Field Maps.&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 12:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1616414#M10868</guid>
      <dc:creator>ahargreaves_FW</dc:creator>
      <dc:date>2025-05-20T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Combo Box Field</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1690267#M12469</link>
      <description>&lt;P&gt;This is my use case as well. I want the user to be able to put a point down in a parcel, and bring up a combo box with the 5 nearest street names to make address entry faster / more error-proof.&lt;BR /&gt;Because of the fact that the parcel can be bordered by multiple streets, and the point being placed in the parcel indicating the location of something, it wouldn't necessarily be near the street that the address is based on.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 16:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/dynamic-combo-box-field/m-p/1690267#M12469</guid>
      <dc:creator>MarkGo</dc:creator>
      <dc:date>2026-03-12T16:44:59Z</dc:date>
    </item>
  </channel>
</rss>

