<?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: How to add a clickable URL in a popup (attribute rule / Arcade expression) that zooms to another feature. in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-a-clickable-url-in-a-popup-attribute/m-p/1699667#M103013</link>
    <description>&lt;P&gt;I don't know of a usuable workflow to do this in ArcGIS Pro, but I definintely know how to do this in ArcGIS Experience Builder.&amp;nbsp; Perhaps others will chime in with assistance.&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2026 20:57:07 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2026-05-01T20:57:07Z</dc:date>
    <item>
      <title>How to add a clickable URL in a popup (attribute rule / Arcade expression) that zooms to another feature.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-a-clickable-url-in-a-popup-attribute/m-p/1699647#M103009</link>
      <description>&lt;DIV&gt;&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;I’m looking for a way to show the nearest parking location (point layer) when clicking on a restaurant (point layer). I’d like the pop‑up in ArcGIS Pro to display a clickable URL or an Arcade expression that zooms to the nearest parking feature. The layer restaurant&amp;nbsp; already includes a &lt;EM&gt;NEARME&lt;/EM&gt; field that stores the ID and distance of the closest parking point.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Tried thos code as an expression and it does not work:&lt;/P&gt;&lt;P&gt;var parkingOID = $feature.NEAR_FID;&lt;/P&gt;&lt;P&gt;if (IsEmpty(parkingOID)) {&lt;BR /&gt;return "No parking location found.";&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;var layer = FeatureSetByName($map, "Parking_Locations", ["OBJECTID"], false);&lt;BR /&gt;var parkingFeature = First(Filter(layer, "OBJECTID = " + parkingOID));&lt;/P&gt;&lt;P&gt;if (IsEmpty(parkingFeature)) {&lt;BR /&gt;return "Parking location not found in layer.";&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// Build a link that auto-selects/highlights the parking feature&lt;BR /&gt;var url = "arcgis://select/?layer=Parking_Locations&amp;amp;objectid=" + parkingOID;&lt;/P&gt;&lt;P&gt;return "Select Parking Location: " + url;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 19:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-a-clickable-url-in-a-popup-attribute/m-p/1699647#M103009</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2026-05-01T19:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a clickable URL in a popup (attribute rule / Arcade expression) that zooms to another feature.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-a-clickable-url-in-a-popup-attribute/m-p/1699667#M103013</link>
      <description>&lt;P&gt;I don't know of a usuable workflow to do this in ArcGIS Pro, but I definintely know how to do this in ArcGIS Experience Builder.&amp;nbsp; Perhaps others will chime in with assistance.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 20:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-a-clickable-url-in-a-popup-attribute/m-p/1699667#M103013</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-05-01T20:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a clickable URL in a popup (attribute rule / Arcade expression) that zooms to another feature.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-a-clickable-url-in-a-popup-attribute/m-p/1699755#M103015</link>
      <description>&lt;P&gt;Hey, your logic looks fine but the issue is that ArcGIS pop-ups don’t really support&amp;nbsp; links like that in most cases. Instead, try using a feature action or configure the pop-up with a related record or custom attribute display rather than forcing a URL. Also double check your layer name in FeatureSetByName matches exactly, that breaks things a lot. If you just want zoom/highlight, setting up a selection action in the map might be a cleaner way than Arcade.&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2026 21:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-a-clickable-url-in-a-popup-attribute/m-p/1699755#M103015</guid>
      <dc:creator>iMike4U</dc:creator>
      <dc:date>2026-05-03T21:14:06Z</dc:date>
    </item>
  </channel>
</rss>

