<?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: Get 1:M related objects using Arcade in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736798#M5039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/ahmadabusaleh"&gt;ahmadabusaleh&lt;/A&gt;&amp;nbsp;, yes there is, but not in a single expression in AGOL yet. You would need several expressions, one to return the text and the other to define the color, and use both in a custom HTML pop-up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2020 18:30:05 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2020-08-19T18:30:05Z</dc:date>
    <item>
      <title>Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736778#M5019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Branched from:&amp;nbsp;&lt;A href="https://community.esri.com/thread/196867-get-related-objects-in-arcade"&gt;https://community.esri.com/thread/196867-get-related-objects-in-arcade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pipeline fc with geometry(fittings are drawn to scale as a polygon) with diameter, and globalid fields.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then a view(table) containing asset name, attribute value, and a GISid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a one-to-many relationship (GISid = globalid) because a section of pipe could have multiple materials (inner, outer, encasement, coatings, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the related information in the pop-up of the pipeline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2019 00:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736778#M5019</guid>
      <dc:creator>LindsyHales_Bentley</dc:creator>
      <dc:date>2019-02-02T00:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736779#M5020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/180235"&gt;Lindsy Hales Bentley&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I branched the question into a new thread to avoid any confusion with the question asked by the OP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will describe the steps below, and if you can provide me with the actual field names and name of the table in the map, I can&amp;nbsp;help you create the Arcade expression:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In your case you will have a globalid that you can access from the feature.&lt;/LI&gt;&lt;LI&gt;You can use the FeatureSetByName function to access the table&lt;/LI&gt;&lt;LI&gt;This globalid can be used to filter the table on GISid and only end up with the related records&lt;/LI&gt;&lt;LI&gt;Then you can iterate through the related records and construct the (multiline) string that you want to show in your pop-up&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: if you&amp;nbsp;can provide me access to the actual data, I will be able to test the&amp;nbsp;Arcade expression. To do this you could&amp;nbsp;invite my ArcGIS Online account (&lt;SPAN data-dojo-attach-point="label_username" style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;xbakker@esri.co_utility_esri_co&lt;/SPAN&gt;&lt;/SPAN&gt;) into a group where you share the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2019 15:43:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736779#M5020</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-02-03T15:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736780#M5021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the data is protected behind a firewall, so I am unable to share it with you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a breakdown of the data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pipeline (polyline)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Diameter_Inches&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;globalid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mv_masterreference_assets (view)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;gis_id (same as globalid)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;asset_id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;description&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;......etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 16:55:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736780#M5021</guid>
      <dc:creator>LindsyHales_Bentley</dc:creator>
      <dc:date>2019-02-04T16:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736781#M5022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/people/lriddle8" target="_blank"&gt;lriddle8&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking of something along the lines like this (see comments in code):&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// read the GlobalID of the feature&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; globalid &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GlobalID&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;// create a sql expression to filter the asset table&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; sql &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"gis_id = '"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; globalid &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;// Access the asset view based on the name in the map&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; asset_view &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;FeatureSetByName&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$map&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"mv_masterreference_assets"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;// filter the assets using the sql expression&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; assets &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Filter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;asset_view&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; sql&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;// get the count of the related assets&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cnt &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Count&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;assets&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;// create a variable to hold the resulting text&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; asset_info &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;// validate if there are any related records and handle accordingly&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;cnt &lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;// there is at least 1 related record, create asset info&lt;/SPAN&gt;
    asset_info &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; cnt &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" Asset(s):"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;// loop through related records&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; asset &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; assets&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        &lt;SPAN class="comment token"&gt;// create text using name and description (you should modify this to match your needs)&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; asset_text &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" - "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; asset&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; asset&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;description&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
        &lt;SPAN class="comment token"&gt;// add the text for this asset to the asset info&lt;/SPAN&gt;
        asset_info &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; asset_text&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;// no related records (or the sql query did not work)&lt;/SPAN&gt;
    asset_info &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"No related assets"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; asset_info&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:23:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736781#M5022</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-12T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736782#M5023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to use this approach to get the count of related objects in an attribute rule calculation.&amp;nbsp; I'm trying to count the number of objects related to a feature which is from a feature service, and set the count on an attribute of the feature called 'RelCount'.&amp;nbsp; I use the $datastore instead of $map above.&amp;nbsp; Here's the arcade for the rule titled 'setRelCnt':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var id = $feature.GlobalID;&lt;BR /&gt;var sql = "Parent_GlobalID = '" + id + "'";&lt;BR /&gt;var asset_view = FeatureSetByName($datastore,"GISP.PE_GIS.SimpleUnits");&lt;BR /&gt;var assets = Filter(asset_view, sql);&lt;BR /&gt;var cnt = Count(assets);&lt;BR /&gt;return cnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how I defined it in Pro:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="/legacyfs/online/437656_rel count 2.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assign the Rule and share the map to create the feature service.&amp;nbsp; When I edit&amp;nbsp;a feature in Pro to trigger the rule, I get this error that the table "&lt;SPAN&gt;GISP.PE_GIS.SimpleUnits"&amp;nbsp;&lt;/SPAN&gt;is not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/437647_arcade error.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can see the table from Portal:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="/legacyfs/online/437655_rel count 4.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Is there an easier way to get the number of related records to a feature using Arcade?&amp;nbsp; Should I be&amp;nbsp; able to get the table&amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;GISP.PE_GIS.SimpleUnits" and count the related records when updating a feature from a branch versioned feature service?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 23:40:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736782#M5023</guid>
      <dc:creator>TheodoreRakel</dc:creator>
      <dc:date>2019-02-19T23:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736783#M5024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/153740"&gt;Theodore Rakel&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tried this in an Attribute Rule&amp;nbsp;on a branched versioned database. Are you using the Utility Network? What version of Pro and Enterprise are you using?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 13:22:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736783#M5024</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-02-22T13:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736784#M5025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not using the Utility Network at this point, but at some point the customer will want a Rule like the one I wrote to calculate the related objects to features that are in the UN.&amp;nbsp; I'm using Pro 2.3 and Enterprise 10.6.1.&amp;nbsp; I created a support case with esri about this yesterday and they are helping me with it.&amp;nbsp; I'll post any results from that support case here.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 18:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736784#M5025</guid>
      <dc:creator>TheodoreRakel</dc:creator>
      <dc:date>2019-02-22T18:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736785#M5026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xander, I'm trying to adapt this code for use in a web map but I keep getting the following error in the Arcade Window:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #de2900; background-color: rgba(255, 255, 255, 0.8);"&gt;Execution Error:&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: rgba(255, 255, 255, 0.8);"&gt;Runtime Error: Identifier Not Found. $map&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: rgba(255, 255, 255, 0.8);"&gt;Here is my Arcade expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; pin &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Name&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; sql &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"PIN = '"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; pin &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; ownerTable &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;FeatureSetByName&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$map&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"OwnershipInformation"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; owners &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Filter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ownerTable&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; sql&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cnt &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Count&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;owners&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; owner_info &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;cnt &lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    owner_info &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; cnt &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Owner(s):"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;//loop through related records&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; owner &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; owners&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; owner_text &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" - "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; owner&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;FULLNAME &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; owner&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MAILINGADDRESS&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
        
        owner_info &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; owner_text&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    owner_info &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"No Owner Found"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; owner_info‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layer that I am trying to access through the expression is a related table within the map service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:23:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736785#M5026</guid>
      <dc:creator>deleted-user--MMnVrog9xw_</dc:creator>
      <dc:date>2021-12-12T07:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736786#M5027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you trying to execute this expression? In case you use this for symbology, it will not work since the FeatureSetBy functions are not available there. For field calculations you shoud use the datastore to access the related layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2019 21:37:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736786#M5027</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-04-10T21:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736787#M5028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is in a pop-up on a feature layer in an ArcGIS Online web map.&amp;nbsp;Does this only work on hosted feature services? The feature layer I am trying to use it on is from a&amp;nbsp;MapServer on ArcGIS Server (10.31)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 12:34:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736787#M5028</guid>
      <dc:creator>deleted-user--MMnVrog9xw_</dc:creator>
      <dc:date>2019-04-11T12:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736788#M5029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see anything wrong with the expression, so I think the source data might be the problem, although it is strange that the error points to the $map. What you can do is extract a small part of the data of the service and publish it to ArcGIS Online to test and see if that works (it should). The other aspect is the fact that you are using a map service and not a feature service. Not sure if that could cause the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 12:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736788#M5029</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-04-11T12:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736789#M5030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tested with a feature service of the same data from the server and it now accepts it as a valid expression. So looks like map service is not supported. Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 12:53:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736789#M5030</guid>
      <dc:creator>deleted-user--MMnVrog9xw_</dc:creator>
      <dc:date>2019-04-11T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736790#M5031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;EDIT: I removed the other map service that I had in the map and the pop-up is now working! I guess it may have been getting confused with the two different tables even though they had different names&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression seems to be valid now, when I click test in the expression builder it returns what I would expect. Also when I look at the network traffic through the dev console when clicking on a feature I can see the query going out and returning valid features. However, I can't get anything to actually display in the pop-up. Do you see any reason why this would not work? I also tried the custom attribute display with the field but that didn't work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="441824" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/441824_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 13:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736790#M5031</guid>
      <dc:creator>deleted-user--MMnVrog9xw_</dc:creator>
      <dc:date>2019-04-11T13:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736791#M5032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just want to say thanks for this. Saved me some time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 18:37:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736791#M5032</guid>
      <dc:creator>Jefcoat_Nathan</dc:creator>
      <dc:date>2019-10-07T18:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736792#M5033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/321589"&gt;Jefcoat, Nathan&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to hear that this discussion has helped you.&amp;nbsp;Just to add some exiting news (in ArcGIS Online) for getting to related records: the new function "FeatureSetByRelationshipName":&amp;nbsp;&lt;A class="jivelink13" href="https://developers.arcgis.com/arcade/function-reference/data_functions/#featuresetbyrelationshipname" title="https://developers.arcgis.com/arcade/function-reference/data_functions/#featuresetbyrelationshipname"&gt;https://developers.arcgis.com/arcade/function-reference/data_functions/#featuresetbyrelationshipname&lt;/A&gt;&amp;nbsp;which allows for a faster and easier way to access related records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also this blog:&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/whats-new-in-arcade/" title="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/whats-new-in-arcade/"&gt;What’s New in Arcade 1.8&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 15:07:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736792#M5033</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-10-10T15:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736793#M5034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hi&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thank you for this really helpfull code.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Is there a way to include a unique url link by asset ?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Is it possible to build a link based on the globalID of each related record in the main feature popup ?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 05:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736793#M5034</guid>
      <dc:creator>JérémiePedoia</dc:creator>
      <dc:date>2019-11-12T05:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736794#M5035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/29266"&gt;Jérémie Pedoia&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible, yes! Is it easy? Not even close...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me try and explain why this is the case. With Arcade you cannot construct HTML. Any HTML you construct will be returned and interpreted as text and parts might even be purged from the result. So, with Arcade you could create a list of URLs of all assets, but this will be presented as a text and not clickable URLs. You can use Arcade and create the list of A tags with the links to the assets but this will still be text and does not provide clickable links to the assets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this, but this would be require a huge amount of separate&amp;nbsp;Arcade expressions inside a custom html pop-up. I really don't recommend you to go there. Hopefully, in the near feature it will be possible to generate HTML with Arcade that is actual usable in a pop-up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 15:01:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736794#M5035</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-11-15T15:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736795#M5036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I can't wait to generate HTML with Arcade.&lt;/P&gt;&lt;P&gt;As I know that there will be max 5-6 related records, I prepared 10 links with display fonctionnality.&lt;/P&gt;&lt;P&gt;I had to make 20 Arcade expression for that but I works and works only because there are only ten.&lt;/P&gt;&lt;P&gt;Thanks again for sharing.&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Nov 2019 21:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736795#M5036</guid>
      <dc:creator>JérémiePedoia</dc:creator>
      <dc:date>2019-11-17T21:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736796#M5037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have the same issue with Portal for ArcGIS 10.7.1 when trying to add a custom attribute to a layer in a Web Map layer (POL for example). I am not able to reference $map Global variable since Globals only include $feature.* fields. I have no other layers in my map so I can't remove something to check.&lt;/P&gt;&lt;P&gt;When I am trying to setup a popup for separately added related table, it allows to reference all the variables from the example ($map, $layer, $datastore, etc.).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/495506_arc_1.PNG" /&gt;&lt;IMG alt="" class="jive-emoji image-2 jive-image" height="444" src="https://community.esri.com/legacyfs/online/495507_arc_2.PNG" width="661" /&gt;&lt;IMG alt="" class="jive-emoji jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/495508_arc_3.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 23:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736796#M5037</guid>
      <dc:creator>IvanGnevanov</dc:creator>
      <dc:date>2020-06-04T23:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get 1:M related objects using Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736797#M5038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌ is there a way to change the change the returned sting color ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 18:21:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/get-1-m-related-objects-using-arcade/m-p/736797#M5038</guid>
      <dc:creator>AhmadSALEH1</dc:creator>
      <dc:date>2020-08-19T18:21:41Z</dc:date>
    </item>
  </channel>
</rss>

