<?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: Field Maps Arcade Expressions in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1174935#M3474</link>
    <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;Still there is a problem in the new version of Field Maps: the ARCADE expressions defined in Web Map cannot be interpreted by Field Maps!&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 04:57:52 GMT</pubDate>
    <dc:creator>CodraFrum1</dc:creator>
    <dc:date>2022-05-18T04:57:52Z</dc:date>
    <item>
      <title>Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1008568#M80</link>
      <description>&lt;P&gt;Hi There, I'm new to Field Maps and Arcade expressions.&amp;nbsp; I have done some research and believe I should be able to write an expression to auto populate a field based on the user entry into another field.&amp;nbsp; For example, if the user is collecting a point or line in a particular area which is in a field office- I should be able to auto populate the field office field with the name using some sort of select by location expression.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could use some help with getting started on the expression...&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;//if point is located in X, then Y. The Field office feature is another hosted layer in the webmap. The field I want to populate is the&amp;nbsp;$feature["ADMIN_ST"] and it has domains...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BClaridge_0-1607620606650.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1909iABDE82DE6835236B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BClaridge_0-1607620606650.png" alt="BClaridge_0-1607620606650.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 17:17:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1008568#M80</guid>
      <dc:creator>BClaridge</dc:creator>
      <dc:date>2020-12-10T17:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1008771#M84</link>
      <description>&lt;P&gt;Welcome&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/429216"&gt;@BClaridge&lt;/a&gt;&amp;nbsp; and thank you for your post. Unfortunately this capability is not available yet. With the current support for Arcade expressions in Field Maps, we use the &lt;A href="https://developers.arcgis.com/arcade/guide/profiles/" target="_self"&gt;constraint profile&lt;/A&gt; and evaluate an expression for the purpose of displaying/not displaying fields. Use of the field calculate profile is on our roadmap and is perhaps the most important smart form feature for us to complete in 2021.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know what types of calculate expressions you are looking to accomplish. We are looking for examples to help us drive priority of requirements. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 04:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1008771#M84</guid>
      <dc:creator>JeffShaner</dc:creator>
      <dc:date>2020-12-11T04:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1035608#M591</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Thank you for that information. Is there a likely timetable for calculating fields in Field Apps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am looking to do some real basic calculations. Such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a Save Event or Attribute Change Event:&lt;/P&gt;&lt;P&gt;if(id &amp;gt; 0)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;return 1;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;return 2;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and calculates such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (point_type =='Tree' &amp;amp;&amp;amp; species== null)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;species = 'unknown'&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 18:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1035608#M591</guid>
      <dc:creator>ScottLehto3</dc:creator>
      <dc:date>2021-03-11T18:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1054801#M937</link>
      <description>&lt;P&gt;Hello Jeff, how is this update going? I thought it was available already based on information found on&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/field-maps/android/help/configure-the-form.htm#ESRI_SECTION1_9BE348AF830149E68400FACA65F2E701" target="_blank" rel="noopener"&gt;THIS PAGE&lt;/A&gt;, but I cannot get any values to pass into the entry fields in the form based on arcade expressions, so it must only be for showing pop-ups in field maps? The need to pass values into the etnry fields in the form appears to be an in-demand function for a variety of purposes:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/how-to-pass-attributes-from-selected-feature-into-form-in-field/m-p/1050258" target="_blank"&gt;How to pass attributes from selected feature into ... - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-ideas/run-arcade-on-events/idi-p/1025281" target="_blank"&gt;Run Arcade on events - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/copy-value-from-another-layer-when-creating-a-new-feature/m-p/1035796" target="_blank"&gt;Copy Value from another Layer when creating a new ... - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I created the following expression to pass values from an intersecting layer into a newly created point feature in Field Maps, and though it works in pop-ups for already created points, I cannot see a path for me to connect the expression to the field in the Field Maps form to become a permanent attribute value in the dataset:&lt;/P&gt;&lt;P&gt;var intersectLayer =Intersects(FeatureSetByName($map,"Parcels"), $feature)&lt;BR /&gt;for (var f in intersectLayer){&lt;BR /&gt;return f.legalac+" Acres; "+f.subdivname+" "+f.LEGAL1+" "+F.LEGAL2+" "+F.LEGAL3&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/671"&gt;@ShaneClarke&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 17:57:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1054801#M937</guid>
      <dc:creator>KaraUtter</dc:creator>
      <dc:date>2021-05-05T17:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1074213#M1284</link>
      <description>&lt;P&gt;I have a similar expression and didn't know about this bug. Had to delete it so primary operation with Field Maps (linking to survey123) worked properly. I suspect this might be tricky to implement because your querying a layer that may or may not be offline.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 15:42:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1074213#M1284</guid>
      <dc:creator>MichaelWallace3</dc:creator>
      <dc:date>2021-06-30T15:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1122066#M2042</link>
      <description>&lt;P&gt;When will this be available? Calculate functionality of fields based on the values of other fields is needed. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 06:11:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1122066#M2042</guid>
      <dc:creator>QuantitativeFuturist</dc:creator>
      <dc:date>2021-12-02T06:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1147723#M2520</link>
      <description>&lt;P&gt;Hoping one day the &lt;A href="https://community.esri.com/t5/telecommunications-blog/using-street-view-applications-with-arcgis/ba-p/900244" target="_self"&gt;Google Street View hyperlink arcade expressions&lt;/A&gt; will work in Field Maps?... for now we just get a broken link:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrittanyBurson_0-1645736079303.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34924iB75D90BBF4DC227B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrittanyBurson_0-1645736079303.jpeg" alt="BrittanyBurson_0-1645736079303.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 20:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1147723#M2520</guid>
      <dc:creator>BrittanyBurson</dc:creator>
      <dc:date>2022-02-24T20:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1173161#M3397</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;Is there a problem with the new version (22.2) of Field Maps that not allow pop-ups using ARCADE expressions? Last version of Field Maps knew to display ARCADE expressions&lt;/P&gt;&lt;P&gt;Thank you for your attention,&lt;BR /&gt;Codra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 04:24:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1173161#M3397</guid>
      <dc:creator>CodraFrum1</dc:creator>
      <dc:date>2022-05-12T04:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1173164#M3398</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/324868"&gt;@CodraFrum1&lt;/a&gt;&amp;nbsp;- we are not aware of any issues viewing Arcade expressions in pop-ups with the latest version of Field Maps over previous.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please reach out to Esri Support and log an incident? They will walk you through troubleshooting the expression and provide us with a repro case we can dig into..&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 05:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1173164#M3398</guid>
      <dc:creator>JeffShaner</dc:creator>
      <dc:date>2022-05-12T05:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1174935#M3474</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;Still there is a problem in the new version of Field Maps: the ARCADE expressions defined in Web Map cannot be interpreted by Field Maps!&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 04:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1174935#M3474</guid>
      <dc:creator>CodraFrum1</dc:creator>
      <dc:date>2022-05-18T04:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1174936#M3475</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can I require (a must field) capturing a photo in Field Maps, as I can in Survey123?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Codra&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 04:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1174936#M3475</guid>
      <dc:creator>CodraFrum1</dc:creator>
      <dc:date>2022-05-18T04:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1175123#M3485</link>
      <description>&lt;P&gt;I don't believe that is possible yet.&amp;nbsp; I think this will appear once inline attachments are supported in field maps, then you could tie a required expression to the formAttachmentElement.&amp;nbsp; I've recently inquired about inline attachments from the field maps team.&amp;nbsp; Their feedback is that it is in the product plan, it is currently supported in the new map viewer spec, but the field maps portion looks to be on a 2023 timeline.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 15:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1175123#M3485</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-05-18T15:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1177831#M3648</link>
      <description>&lt;P&gt;I am also having this issue...Field Maps V22.2.0 build 736.&amp;nbsp; This has been my first attempt at creating an Arcade expression in Field Maps, so haven't seen it working in previous versions.&lt;/P&gt;&lt;P&gt;I was trying to create a hyperlink to a Survey123 form using Arcade, but the popup doesn't display it in Field Maps and only shows the default fields.&lt;/P&gt;&lt;P&gt;This is my expression:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var urlsource = 'arcgis-survey123://?itemID=';
var itemID = 'fac53b0e831d46e8a8fd8c18b0afbe5d';
var asset = UrlEncode($feature.Asset);
var asset_ID = UrlEncode($feature.Asset_Description);

var link = urlsource + itemID + "&amp;amp;amp;field:asset=" + asset + "&amp;amp;amp;field:asset_id=" + asset_ID;

var label = '&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Asset:&amp;lt;/strong&amp;gt; ' + $feature.Asset + '&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;a href="' + link + '" rel="nofollow ugc noopener noreferrer" target="_blank"&amp;gt;&amp;lt;strong&amp;gt;Add Inspection Record&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;';

return { 
	type : 'text', 
	text : label
}&lt;/LI-CODE&gt;&lt;P&gt;It Tests okay and produces the right result, displays as expected in AGOL Map Viewer, just not in Field Maps.&lt;/P&gt;&lt;P&gt;Also tried this simple example...still no joy.&amp;nbsp; Any help appreciated.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;return { 
	type : 'text', 
	text : 'This is a thing'
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 27 May 2022 03:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1177831#M3648</guid>
      <dc:creator>Dan_Joyce_OE</dc:creator>
      <dc:date>2022-05-27T03:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1177933#M3652</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/52261"&gt;@Dan_Joyce_OE&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;the popup doesn't display it in Field Maps and only shows the default fields.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Are you configuring the expression and pop-up in the newer Map Viewer? Field Maps doesn't fully support the pop-ups authored by the new Map Viewer (this is under development and planned for this fall). Can you try configuring the pop-up in Map Viewer Classic?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 13:43:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1177933#M3652</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-05-27T13:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1178188#M3665</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;@Anonymous User, that makes sense.&amp;nbsp; Yes, I had configured that in the new Map Viewer.&amp;nbsp; I've had success doing something similar in Classic, so will just do it there.&amp;nbsp; Is UrlEncode functionality (or similar) available in Map Viewer Classic for customised Pop-Ups? I'm trying to pass across to Survey123 an attribute that contains spaces and ":" characters and I don't believe that they are being parsed correctly into the URL.&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2022 23:47:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1178188#M3665</guid>
      <dc:creator>Dan_Joyce_OE</dc:creator>
      <dc:date>2022-05-28T23:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1178397#M3671</link>
      <description>&lt;P&gt;You should be able to use the same UrlEncode Arcade function, as far as I know.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 00:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1178397#M3671</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-05-31T00:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1178420#M3672</link>
      <description>&lt;P&gt;Yep, got it.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;For reference for others...this setup was done in Map Viewer Classic:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dan_Joyce_OE_0-1653974257113.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42420i89AEFBF8D33252B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dan_Joyce_OE_0-1653974257113.png" alt="Dan_Joyce_OE_0-1653974257113.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dan_Joyce_OE_1-1653974284300.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42421i479E1B369FE8E2F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dan_Joyce_OE_1-1653974284300.png" alt="Dan_Joyce_OE_1-1653974284300.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dan_Joyce_OE_2-1653974329334.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42422i8620540144D2DC8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dan_Joyce_OE_2-1653974329334.png" alt="Dan_Joyce_OE_2-1653974329334.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also found that the url is case sensitive for the field names.&amp;nbsp; I originally had "asset_id", but needed "asset_ID".&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 05:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-arcade-expressions/m-p/1178420#M3672</guid>
      <dc:creator>Dan_Joyce_OE</dc:creator>
      <dc:date>2022-05-31T05:20:45Z</dc:date>
    </item>
  </channel>
</rss>

