<?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 Parameters for Selection in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-for-selection/m-p/1705512#M23401</link>
    <description>&lt;P&gt;Have you tried opening your Experience Builder, clicking on one of the objects in your desired layer, and seeing what the address bar looks like? When I did this in a sample experience builder I created, my link looked like the following (replaced with similar parameters to your example):&lt;/P&gt;&lt;P&gt;&lt;A href="https://portal.arcgis.esri.com/portal/apps/experiencebuilder/experience/?id=xyzxyzxyzxyzxyz#data_s=" target="_blank" rel="noopener"&gt;https://portal.arcgis.esri.com/portal/apps/experiencebuilder/experience/?id=xyzxyzxyzxyzxyz#data_s=&lt;/A&gt;&lt;STRONG&gt;id&lt;/STRONG&gt;%3AdataSource_1-123456789-layer-2%3A'AAA1234'&lt;/P&gt;&lt;P&gt;I highlighted one difference in the URL, and it doesn't seem to include the "&lt;SPAN&gt;ID=" part towards the end.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;When I copied and pasted that link into a new tab, it opened with the same object selected. It also changed to the correct different object if I changed the ID at the end. In my case the ID was the OBJECTID, so keep an eye out for whether that's the case in your project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If similar parameters aren't showing up for you, try looking at your Experience Builder's options under the "&lt;SPAN&gt;Manage URL status" menu in settings.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Good luck, I would be interested to know how this turns out for you!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2026 17:36:32 GMT</pubDate>
    <dc:creator>LReis</dc:creator>
    <dc:date>2026-06-01T17:36:32Z</dc:date>
    <item>
      <title>URL Parameters for Selection</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-for-selection/m-p/1702629#M23340</link>
      <description>&lt;P&gt;I am using Power Automate to generate automatic emails when a point is added to a feature service. In that email I would like to include a link to an Experience Builder app that will select and zoom to the new point using a unique attribute. The Experience Builder app is built in Portal 11.5.&lt;/P&gt;&lt;P&gt;Esri's documentation uses this as an example of a where clause to select based on attribute:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://portal.arcgis.esri.com/portal/apps/experiencebuilder/experience/?id=" target="_blank"&gt;https://portal.arcgis.esri.com/portal/apps/experiencebuilder/experience/?id=&lt;/A&gt;&amp;lt;AppId&amp;gt;#data_s=where:widget_1-dataSource_1-1871234a785-layer-2:a&amp;gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I'm assuming the widget ID I should be using is the one for the Map widget (the app does not use a Select widget). I have the layer's data source ID from ArcGIS Online Assistant. Based on what I assume the example is telling me, my URL should be:&lt;/P&gt;&lt;P&gt;https://&lt;SPAN&gt;portal.arcgis.esri.com&lt;/SPAN&gt;/portal/apps/experiencebuilder/experience/?id=xyzxyzxyzxyzxyz/#data_s=where:widget_1&lt;SPAN&gt;-dataSource_1-1871234a785-layer-2:ID='AAA1234'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Or with encoding:&lt;/P&gt;&lt;P&gt;https://&lt;SPAN&gt;portal.arcgis.esri.com&lt;/SPAN&gt;/portal/apps/experiencebuilder/experience/?id=xyzxyzxyzxyzxyz/#data_s=where:widget_1-dataSource_&lt;SPAN&gt;1-1871234a785-layer-2&lt;/SPAN&gt;:ID%3D%27AAA1234%27&lt;/P&gt;&lt;P&gt;However neither of these work. I'm fairly new to configuring URL Parameters for EXB and not sure where I'm going wrong. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 18:22:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-for-selection/m-p/1702629#M23340</guid>
      <dc:creator>Smithe701</dc:creator>
      <dc:date>2026-05-18T18:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: URL Parameters for Selection</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-for-selection/m-p/1705512#M23401</link>
      <description>&lt;P&gt;Have you tried opening your Experience Builder, clicking on one of the objects in your desired layer, and seeing what the address bar looks like? When I did this in a sample experience builder I created, my link looked like the following (replaced with similar parameters to your example):&lt;/P&gt;&lt;P&gt;&lt;A href="https://portal.arcgis.esri.com/portal/apps/experiencebuilder/experience/?id=xyzxyzxyzxyzxyz#data_s=" target="_blank" rel="noopener"&gt;https://portal.arcgis.esri.com/portal/apps/experiencebuilder/experience/?id=xyzxyzxyzxyzxyz#data_s=&lt;/A&gt;&lt;STRONG&gt;id&lt;/STRONG&gt;%3AdataSource_1-123456789-layer-2%3A'AAA1234'&lt;/P&gt;&lt;P&gt;I highlighted one difference in the URL, and it doesn't seem to include the "&lt;SPAN&gt;ID=" part towards the end.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;When I copied and pasted that link into a new tab, it opened with the same object selected. It also changed to the correct different object if I changed the ID at the end. In my case the ID was the OBJECTID, so keep an eye out for whether that's the case in your project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If similar parameters aren't showing up for you, try looking at your Experience Builder's options under the "&lt;SPAN&gt;Manage URL status" menu in settings.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Good luck, I would be interested to know how this turns out for you!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2026 17:36:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-for-selection/m-p/1705512#M23401</guid>
      <dc:creator>LReis</dc:creator>
      <dc:date>2026-06-01T17:36:32Z</dc:date>
    </item>
  </channel>
</rss>

