<?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 How can I trigger a card selection and zoom to a feature in ArcGIS Experience Builder? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611367#M18769</link>
    <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I'm working on an application using ArcGIS Experience Builder. I want to set up a trigger where:&lt;/P&gt;&lt;P&gt;When a feature is selected (based on its name or ID),&lt;/P&gt;&lt;P&gt;The app should automatically zoom in to that feature,&lt;/P&gt;&lt;P&gt;And also highlight or select the corresponding card in a list or feature info widget.&lt;/P&gt;&lt;P&gt;Is there a way to link a trigger so that selecting or clicking on a feature causes the related card to be selected/highlighted and zooms the map to that feature?&lt;BR /&gt;Should I be using the feature's ID or name as the reference in this case?&lt;/P&gt;&lt;P&gt;Any guidance or examples would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Sat, 03 May 2025 16:56:52 GMT</pubDate>
    <dc:creator>HajarAlqayoudhi</dc:creator>
    <dc:date>2025-05-03T16:56:52Z</dc:date>
    <item>
      <title>How can I trigger a card selection and zoom to a feature in ArcGIS Experience Builder?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611367#M18769</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I'm working on an application using ArcGIS Experience Builder. I want to set up a trigger where:&lt;/P&gt;&lt;P&gt;When a feature is selected (based on its name or ID),&lt;/P&gt;&lt;P&gt;The app should automatically zoom in to that feature,&lt;/P&gt;&lt;P&gt;And also highlight or select the corresponding card in a list or feature info widget.&lt;/P&gt;&lt;P&gt;Is there a way to link a trigger so that selecting or clicking on a feature causes the related card to be selected/highlighted and zooms the map to that feature?&lt;BR /&gt;Should I be using the feature's ID or name as the reference in this case?&lt;/P&gt;&lt;P&gt;Any guidance or examples would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 03 May 2025 16:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611367#M18769</guid>
      <dc:creator>HajarAlqayoudhi</dc:creator>
      <dc:date>2025-05-03T16:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I trigger a card selection and zoom to a feature in ArcGIS Experience Builder?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611376#M18770</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;If you want or have intention to display content in a widget separately from your map to attract the attention of visitors, you need to add a feature info widget to the side or in column in your map. The feature info will displayed info according to your configuration in the layer. There are two types of actions in ArcGIS Experience Builder widget: Message Actions and Data Actions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Message Action&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Message actions respond to interactions between a widget and data. These interactions are called triggers. For instance, you can create a trigger that filters data in a widget when the map view changes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data Action&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data actions allow users to perform certain actions, such as exporting records or zooming to a feature. For the Feature Info widget, you will configure data actions to zoom and pan to a feature in the map.&lt;/P&gt;&lt;P&gt;&lt;A href="https://links.esri.com/FeatureInfoWidget" target="_self"&gt;More Info&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://webgin.maps.arcgis.com/home/index.html" target="_self"&gt;Examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 18:12:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611376#M18770</guid>
      <dc:creator>Faiez</dc:creator>
      <dc:date>2025-05-04T18:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I trigger a card selection and zoom to a feature in ArcGIS Experience Builder?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611378#M18771</link>
      <description>&lt;P&gt;Hello Faiez,&lt;/P&gt;&lt;P&gt;I am looking to connect the each feature with different page, means the card has trigger based on the data appears on the map extent, working same as the List, I need to link each feature with different link , how can I do it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 May 2025 17:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611378#M18771</guid>
      <dc:creator>HajarAlqayoudhi</dc:creator>
      <dc:date>2025-05-03T17:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I trigger a card selection and zoom to a feature in ArcGIS Experience Builder?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611387#M18772</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Sign in to ArcGIS Online&lt;/LI&gt;&lt;LI&gt;Go to ArcGIS Experience Builder&lt;/LI&gt;&lt;LI&gt;At the top right of the page Create New&lt;/LI&gt;&lt;LI&gt;Select ArcGIS Online&lt;/LI&gt;&lt;LI&gt;Select Environment category&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Multiple pages.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131416i19433CDD02D10083/image-size/large?v=v2&amp;amp;px=999" role="button" title="Multiple pages.png" alt="Multiple pages.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Chose one of the template you want&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="View events.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131417i895516090E3234B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="View events.png" alt="View events.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Select the Events and hit up the create button.&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Scroll down and read the &lt;A href="https://doc.arcgis.com/en/experience-builder/latest/build-apps/add-a-page.htm" target="_self"&gt;&lt;STRONG&gt;Multipages apps&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Please read about the Express mode and Full mode before starting yr project, Express mode offers a simplified builder interface, but, if you have switched to Full mode, you cannot get back to Express mode&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If you prefer not to use a template to build your web experience, you can start from scratch by following these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create your first page (Home page)&lt;/LI&gt;&lt;LI&gt;2. Add data (web map, web scene, feature layer, url), it depends to the location of your data sources.&lt;/LI&gt;&lt;LI&gt;Select your data (press done)&lt;/LI&gt;&lt;LI&gt;Add column widget (Sett where you want)&lt;/LI&gt;&lt;LI&gt;Add List widget (on the column)&lt;/LI&gt;&lt;LI&gt;Select Style, hit the fit button&lt;/LI&gt;&lt;LI&gt;Go back to the content button&lt;/LI&gt;&lt;LI&gt;Select a template for your list widget&lt;/LI&gt;&lt;LI&gt;Do the configuration as you wish&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6372338689112w918h540r274" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6372338689112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6372338689112w918h540r274');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6372338689112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 18:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611387#M18772</guid>
      <dc:creator>Faiez</dc:creator>
      <dc:date>2025-05-04T18:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I trigger a card selection and zoom to a feature in ArcGIS Experience Builder?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611574#M18780</link>
      <description>&lt;P&gt;So you have a List and and each item in the List needs to link to a different page? The easiest way to do this will be to add a column to your data containing the full URL to the other webpage. In the List, add a Button, click Set Link and use the Link To URL option. Next to the URL dropdown, select Attribute and find the column with the URLs.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffreyThompson2_0-1746449628665.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131497iAC68A105361838D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffreyThompson2_0-1746449628665.png" alt="JeffreyThompson2_0-1746449628665.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 12:53:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-trigger-a-card-selection-and-zoom-to-a/m-p/1611574#M18780</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-05-05T12:53:54Z</dc:date>
    </item>
  </channel>
</rss>

