<?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 Arcade code (intersect) stopped working after Junes update in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1710589#M68982</link>
    <description>&lt;P&gt;this code was working fine till last weeks AGOL update, any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;if ( IsEmpty($feature.Address)){
  var pc = Intersects($feature,FeatureSetByName($map,"Address Point - MPRN"))
  var fpc = First(pc)
  return fpc["location_desc"]
}
else {
  return $feature.Address
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StuartMoore_0-1782720259149.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154451iC62DBEDC5241CEA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StuartMoore_0-1782720259149.png" alt="StuartMoore_0-1782720259149.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2026 08:04:41 GMT</pubDate>
    <dc:creator>StuartMoore</dc:creator>
    <dc:date>2026-06-29T08:04:41Z</dc:date>
    <item>
      <title>Arcade code (intersect) stopped working after Junes update</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1710589#M68982</link>
      <description>&lt;P&gt;this code was working fine till last weeks AGOL update, any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;if ( IsEmpty($feature.Address)){
  var pc = Intersects($feature,FeatureSetByName($map,"Address Point - MPRN"))
  var fpc = First(pc)
  return fpc["location_desc"]
}
else {
  return $feature.Address
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StuartMoore_0-1782720259149.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154451iC62DBEDC5241CEA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StuartMoore_0-1782720259149.png" alt="StuartMoore_0-1782720259149.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 08:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1710589#M68982</guid>
      <dc:creator>StuartMoore</dc:creator>
      <dc:date>2026-06-29T08:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade code (intersect) stopped working after Junes update</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1710655#M68986</link>
      <description>&lt;P&gt;Is this labeling or something else? I have a strong feeling that june 26 update broke some $feature functions in labeling. Or actually the function works but whole label disappeares/goes in wrong location. I am reporting this case just in support systems. We had similar issues but it got fixed 1.5 years ago but now it seems that june update bring some of them back.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The core of issue was that it has been all the time working in old MapViewer but in new MapViewer it has had issues. Currently the challenge is obviously that old MapViewer no longer exist.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My variant is related only on linear features and I see no issues on points, which slightly concerns that we have separate cases. My variant also do not always vanish all labels - just spreads them here and there randomly. In my variant issue is always related on&amp;nbsp;&lt;SPAN&gt;Geometry&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;) functions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 08:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1710655#M68986</guid>
      <dc:creator>tikola</dc:creator>
      <dc:date>2026-06-30T08:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade code (intersect) stopped working after Junes update</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1711470#M69101</link>
      <description>&lt;P&gt;Just learned that my case is this:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/road-labels-suddenly-broken-in-mapviewer/m-p/1710882#M69018" target="_blank"&gt;Road Labels Suddenly Broken in MapViewer - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In nutshell if label is placed in linear feature on setting "center along the line" it works but when it it uses up or below setting things got weird. This happens only with lines and do not affect on points.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There might be other variants but this is the one I see in water network systems in Finland.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 06:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1711470#M69101</guid>
      <dc:creator>tikola</dc:creator>
      <dc:date>2026-07-01T06:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade code (intersect) stopped working after Junes update</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1712243#M69162</link>
      <description>&lt;P&gt;&amp;nbsp;My variant got solved last night - how about yours &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/159798"&gt;@StuartMoore&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2026 05:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1712243#M69162</guid>
      <dc:creator>tikola</dc:creator>
      <dc:date>2026-07-03T05:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade code (intersect) stopped working after Junes update</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1714808#M69304</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/721957"&gt;@tikola&lt;/a&gt; no still not working, my use case is in a form to populate the address &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 10:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-code-intersect-stopped-working-after-junes/m-p/1714808#M69304</guid>
      <dc:creator>StuartMoore</dc:creator>
      <dc:date>2026-07-16T10:42:35Z</dc:date>
    </item>
  </channel>
</rss>

