<?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: URL Parameter Selection Type ID Zoom and Pop-Up in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameter-selection-type-id-zoom-and-pop-up/m-p/1503241#M13641</link>
    <description>&lt;P&gt;&lt;SPAN&gt;"WHY DOES THIS HAVE TO BE ENCODED?&amp;nbsp; WHEN I USE THE CENTER PARAMETER THE : IS NOT ENCODED?!?!?!?!?"&lt;BR /&gt;&lt;BR /&gt;Experience builder has some features in it that sanitize data to avoid cross site scripting and injection attacks .&amp;nbsp; I assume that's what you mean when you say encoding.&lt;BR /&gt;&lt;BR /&gt;here is a handy site with some of the HTML codes for encoding various symbols:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.w3schools.com/tags/ref_urlencode.ASP" target="_blank"&gt;https://www.w3schools.com/tags/ref_urlencode.ASP&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 20:12:05 GMT</pubDate>
    <dc:creator>TimWestern</dc:creator>
    <dc:date>2024-07-09T20:12:05Z</dc:date>
    <item>
      <title>URL Parameter Selection Type ID Zoom and Pop-Up</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameter-selection-type-id-zoom-and-pop-up/m-p/1503107#M13632</link>
      <description>&lt;P&gt;Wanted to create a URL Parameter that I could use in my Access database so the user selects a site, the map then zooms to the site and opens the pop-up like it did in the WAB.&amp;nbsp; It's been difficult to figure out what gets encoded and what doesn't .&lt;/P&gt;&lt;P&gt;In Experience Builder:&lt;/P&gt;&lt;P&gt;Search Widget&lt;BR /&gt;Added a trigger in Action so the map zooms to the record selection.&amp;nbsp; The pop-up is configured in the underlying map.&lt;/P&gt;&lt;P&gt;Select On ID Parameter&lt;/P&gt;&lt;P data-unlink="true"&gt;experience.arcgis.com/experience/AppID/#data_s=id%3AdataSource_1-LayerName_LayerID%3AObjectID&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%3A are the :&lt;/P&gt;&lt;P&gt;WHY DOES THIS HAVE TO BE ENCODED?&amp;nbsp; WHEN I USE THE CENTER PARAMETER THE : IS NOT ENCODED?!?!?!?!?&lt;/P&gt;&lt;P&gt;dataSource_1-LayerName_LayerID&lt;/P&gt;&lt;P&gt;example:&amp;nbsp;dataSource_1-MySites_2366%3A432&lt;/P&gt;&lt;P&gt;I extracted the data source layer name and ID from the URL after doing a search on the layer I wanted.&amp;nbsp; You can reveal this by turning it on in Manager URL status in Experience Builder.&lt;/P&gt;&lt;P&gt;The map zooms to the feature and the info pops up, no need to center the map.&lt;/P&gt;&lt;P&gt;BUT if you DID want to center the map on a particular lat, long...&lt;/P&gt;&lt;P data-unlink="true"&gt;experience.arcgis.com/experience/AppID#widget_2=center: lat%2Clong%2CWKID&lt;/P&gt;&lt;P&gt;NOTE: NO / AFTER THE APP ID!&lt;/P&gt;&lt;P&gt;widget_2 is the map widget ID so don't go looking for your map widget ID having the word "map" in it like I did.&amp;nbsp;&amp;nbsp;You can reveal this by turning it on in Manager URL status in Experience Builder.&lt;/P&gt;&lt;P&gt;%2C = ,&lt;/P&gt;&lt;P&gt;LAT LONG DOES NOT HAVE TO BE ENCODED OR YOU CAN ENCODE EVERYTHING FOLLOWING CENTER: AND IT STILL WORKS, BUT THE COMMAS BETWEEN X AND Y AND WKID MUST BE ENCODED.&lt;/P&gt;&lt;P&gt;LAST:&amp;nbsp; My understanding is this zoom feature will only work with the ID selection parameter and doesn't work with the WHERE selection parameter (which I've yet to figure out).&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 17:05:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameter-selection-type-id-zoom-and-pop-up/m-p/1503107#M13632</guid>
      <dc:creator>Hornblower5953</dc:creator>
      <dc:date>2024-07-10T17:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: URL Parameter Selection Type ID Zoom and Pop-Up</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameter-selection-type-id-zoom-and-pop-up/m-p/1503188#M13636</link>
      <description>&lt;P&gt;I'm working on something similar with Experience Builder.&amp;nbsp;I'm not using url parameters though. I just want to Zoom To when a record is selected in a related table.&amp;nbsp; The Relationship Class that was in the ArcPro Map does not seem to have carried over to Experience Builder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for posting the links!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 18:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameter-selection-type-id-zoom-and-pop-up/m-p/1503188#M13636</guid>
      <dc:creator>JLopezMB</dc:creator>
      <dc:date>2024-07-09T18:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: URL Parameter Selection Type ID Zoom and Pop-Up</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameter-selection-type-id-zoom-and-pop-up/m-p/1503241#M13641</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"WHY DOES THIS HAVE TO BE ENCODED?&amp;nbsp; WHEN I USE THE CENTER PARAMETER THE : IS NOT ENCODED?!?!?!?!?"&lt;BR /&gt;&lt;BR /&gt;Experience builder has some features in it that sanitize data to avoid cross site scripting and injection attacks .&amp;nbsp; I assume that's what you mean when you say encoding.&lt;BR /&gt;&lt;BR /&gt;here is a handy site with some of the HTML codes for encoding various symbols:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.w3schools.com/tags/ref_urlencode.ASP" target="_blank"&gt;https://www.w3schools.com/tags/ref_urlencode.ASP&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 20:12:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameter-selection-type-id-zoom-and-pop-up/m-p/1503241#M13641</guid>
      <dc:creator>TimWestern</dc:creator>
      <dc:date>2024-07-09T20:12:05Z</dc:date>
    </item>
  </channel>
</rss>

