<?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: Many to many relationship in Experience builder - show track segments in map in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1342015#M8955</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/574351"&gt;@SveinungBertnesRåheim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;When I select a row in List1 (Main tracks), I filter and select all common rows in the relationtable. This relation-table has action to filter and select track segments in the line feature service in the map. The result should be filtered and selected track segments in the map.&lt;/P&gt;&lt;P&gt;But!&lt;BR /&gt;This does not happen. It will happen if I interact with list2 with the mouse. If I click ONE time in list2, the filter and select in the map is activated. EB does not recognize the filter and selection before I have physically clicked in the list. Although the list is already filtered and selected through the action in list1.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Actions are only triggered widget 1 &amp;gt; widget 2 and do not cascade&amp;nbsp;widget 1 &amp;gt; widget 2 &amp;gt; widget 3.&lt;/P&gt;&lt;P&gt;In other words, if you select a record in List 1, it will impact List 2. But if List 2 also has an action set against another widget, that 3rd widget will not be impacted unless you specifically click within List 2.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2023 15:09:08 GMT</pubDate>
    <dc:creator>AlixVezina</dc:creator>
    <dc:date>2023-10-26T15:09:08Z</dc:date>
    <item>
      <title>Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341163#M8892</link>
      <description>&lt;P&gt;As far as I have experienced, Experience builder does not read or support established relationships. But! EB makes it possible to establish relationships regardless of defined relationships with Actions.&lt;/P&gt;&lt;P&gt;My issue:&lt;BR /&gt;I have a line dataset with track segments. Theese track segments are related to different maintracks. One maintrack consists of many segments. And one segment can be related to many maintracks. This is a classic many-to-many relationship.&amp;nbsp;&lt;BR /&gt;It is built in ArcGISpro and then published to one feature service. The feature service consists of&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;one line layer (track segments). ID: GlobalID&lt;/LI&gt;&lt;LI&gt;table1 (main tracks). MaintrackID&lt;/LI&gt;&lt;LI&gt;table2. Relation-table. Consists of to attributes, GlobalID_Tracksegments and MaintrackID&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In Experience builder, I have&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;added a map with the tracksegments.&lt;/LI&gt;&lt;LI&gt;Added List widget1 with the main tracks-table&lt;/LI&gt;&lt;LI&gt;Added List widget2 with the relation-table&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I have added theese actions to listwidget1:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Record selection changes -&amp;gt;Framework -&lt;STRONG&gt;Filter data records&lt;/STRONG&gt;&amp;gt; Triggerdata Maintracktable, Actiondata Relationtable, Action-connection maintrackID.&lt;/LI&gt;&lt;LI&gt;Record selection changes -&amp;gt;Framework -&lt;STRONG&gt;Select data records&lt;/STRONG&gt;&amp;gt; Triggerdata Maintracktable, Actiondata Relationtable, Action-connection maintrackID.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SveinungBertnesRheim_0-1698181327652.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83870iEF473B27D562EAFA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SveinungBertnesRheim_0-1698181327652.png" alt="SveinungBertnesRheim_0-1698181327652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This put up a one-to many-connection between the maintrack-table and the relation-table.&lt;/P&gt;&lt;P&gt;Then I have added List-widget2 with the relation-table. For this table, I have added joins(Actions) both ways, to the map-features and to the maintracktable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SveinungBertnesRheim_1-1698181487599.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83871i7177D6971C06EAAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SveinungBertnesRheim_1-1698181487599.png" alt="SveinungBertnesRheim_1-1698181487599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This widget has a many to one relationship to the line feature service (the tracks). I.e. one track segment can relate to many rows in the relationship-table.&lt;/P&gt;&lt;P&gt;My theory is / what I want to do is:&lt;/P&gt;&lt;P&gt;When I select a row in List1 (Main tracks), I filter and select all common rows in the relationtable. This relation-table has action to filter and select track segments in the line feature service in the map. The result should be filtered and selected track segments in the map.&lt;/P&gt;&lt;P&gt;But!&lt;BR /&gt;This does not happen. It will happen if I interact with list2 with the mouse. If I click ONE time in list2, the filter and select in the map is activated. EB does not recognize the filter and selection before I have physically clicked in the list. Although the list is already filtered and selected through the action in list1.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The map consists of test data and is publicly available:&lt;BR /&gt;&lt;A href="https://experience.arcgis.com/experience/0a8cae796c1d492f87285893b4434432" target="_blank" rel="noopener"&gt;https://experience.arcgis.com/experience/0a8cae796c1d492f87285893b4434432&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The map also inclueds the Elevation profile widget. I hoped to activate that one as well, but nothing happens&lt;/P&gt;&lt;P&gt;If anyone wants to try to set up the case, here is the hosted feature service:&lt;BR /&gt;&lt;A href="https://bodo-kommune.maps.arcgis.com/home/item.html?id=e8523b8722e4456c9ea958f11753a33a" target="_blank" rel="noopener"&gt;https://bodo-kommune.maps.arcgis.com/home/item.html?id=e8523b8722e4456c9ea958f11753a33a&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 09:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341163#M8892</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2025-04-07T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341297#M8899</link>
      <description>&lt;P&gt;I tried out your Experience. It looks like your Lists are interacting in a logical way, but your map is not filtering. Try adding the Map &amp;gt; Filter Action.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffreyThompson2_0-1698237417761.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83902i6F5C0B623BA5846F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffreyThompson2_0-1698237417761.png" alt="JeffreyThompson2_0-1698237417761.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 12:37:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341297#M8899</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-10-25T12:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341331#M8900</link>
      <description>&lt;P&gt;I tried to add a Map &amp;gt; Filter Action to the Relationship table. I had to configure it like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SveinungBertnesRheim_1-1698239512550.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83929iC264A0071A3485A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SveinungBertnesRheim_1-1698239512550.png" alt="SveinungBertnesRheim_1-1698239512550.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Still behave the same way - no action. Thanks anyway for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 13:25:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341331#M8900</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2023-10-25T13:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341409#M8905</link>
      <description>&lt;P&gt;If I correctly understand :&lt;/P&gt;&lt;P&gt;Your first list is your point of entry right? If you clicking on "1000m" you want the application show you in the list 2 only the "2" value and highlight on the map that was selected from the second list?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To make this, you have to create 4 framework action in the list 1 widget. One action of selection btw your list 1 and list 2, the same action but to filter. And two other action to select and filter between list 1 and the map.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 14:59:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341409#M8905</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2023-10-25T14:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341623#M8912</link>
      <description>&lt;P&gt;I dont think this will work. This is a many to many relationship. There are no connection between list 1 and the map. The connection is via list 2. I dont need to show list2 in the Experience builder, I do it for debugging purposes, to try to see where it fails.&lt;BR /&gt;I found a picture that show my schema:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SveinungBertnesRheim_1-1698262535552.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84012i0D5898A2B537B931/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SveinungBertnesRheim_1-1698262535552.png" alt="SveinungBertnesRheim_1-1698262535552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Source:&amp;nbsp;&lt;A href="https://help.claris.com/archive/help/17/fmp/en/index.html#page/FMP_Help/many-to-many-relationships.html" target="_blank" rel="noopener"&gt;https://help.claris.com/archive/help/17/fmp/en/index.html#page/FMP_Help/many-to-many-relationships.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;You could replace the student table with my "Main tracks"-table, the Enrollments with my relationship-table and the "classes" with my track segment feature class.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;So I cant see it it possible to put an Action from the left tabel to the right one. I have to go through the connectiontable, the relationshiptable.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 19:46:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341623#M8912</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2023-10-25T19:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341830#M8926</link>
      <description>&lt;P&gt;Ok, your problem is that you have not common ID between your "Main Tracks" table and your Track Segment Feature class right ?&lt;/P&gt;&lt;P&gt;So you have to use a secondary table (Relationship table) to get the connexion.&lt;/P&gt;&lt;P&gt;If you parameter a map action with 2 different ID, it doesn't work and the map is emptied of its information.&lt;/P&gt;&lt;P&gt;I think you have to find a common ID between your first list and your feature layer to get what you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 08:00:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341830#M8926</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2023-10-26T08:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341832#M8927</link>
      <description>&lt;P&gt;I understand that is possible. But thats not a solution to a many-to-many relationship. And thats what I am searching.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 08:10:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1341832#M8927</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2023-10-26T08:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1342015#M8955</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/574351"&gt;@SveinungBertnesRåheim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;When I select a row in List1 (Main tracks), I filter and select all common rows in the relationtable. This relation-table has action to filter and select track segments in the line feature service in the map. The result should be filtered and selected track segments in the map.&lt;/P&gt;&lt;P&gt;But!&lt;BR /&gt;This does not happen. It will happen if I interact with list2 with the mouse. If I click ONE time in list2, the filter and select in the map is activated. EB does not recognize the filter and selection before I have physically clicked in the list. Although the list is already filtered and selected through the action in list1.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Actions are only triggered widget 1 &amp;gt; widget 2 and do not cascade&amp;nbsp;widget 1 &amp;gt; widget 2 &amp;gt; widget 3.&lt;/P&gt;&lt;P&gt;In other words, if you select a record in List 1, it will impact List 2. But if List 2 also has an action set against another widget, that 3rd widget will not be impacted unless you specifically click within List 2.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 15:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1342015#M8955</guid>
      <dc:creator>AlixVezina</dc:creator>
      <dc:date>2023-10-26T15:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1342167#M8968</link>
      <description>&lt;P&gt;Thank you! This is what I have experienced, I hoped it was possible to get it work.&amp;nbsp; This means that it is not possible to use a dataset with many to many relationship in experience builder? At list not this way? It would have been smooth if it worked. Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 17:20:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1342167#M8968</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2023-10-26T17:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1345336#M9152</link>
      <description>&lt;P&gt;I also expected M:N relationship to work in Action Triggers of the Map Widget or other widgets. This does not seem to be the case. As the relationship requires an intermediary table which is essentially stored in the relationship class itself when you create it via ArcGIS Pro or ArcMap. Action Triggers seem to require direct Origin and Foreign key between two layers, which makes it only feasible for One to Many relationships. Unless you structure your data with duplicate segments/features in both origin and destination tables that have corresponding linking ID's, the triggers won't work. I hope ExB team have this on their agenda to support M:N relationship classes.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 23:11:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1345336#M9152</guid>
      <dc:creator>SerjStol</dc:creator>
      <dc:date>2023-11-02T23:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1419888#M12471</link>
      <description>&lt;P&gt;I have the same problem with my data. I've been working long time to workflow of editing my many-to-many dataset in ExB and now I find out I can't create nice public application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My dataset is about movies (non spatial, in list widget), location (spatial in map) and scenes (connection table with movie and location attribute, in map also can be in list). Movies and Location are in M:N relationship connected by scenes. I want to select movie in list and by 2 steps action filter or select or flash, doesn't matter how, show locations in map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/574351"&gt;@SveinungBertnesRåheim&lt;/a&gt;&amp;nbsp; Have you find any workaround? And Do you have any Idea post about this problem, where I can give you a Kudo?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 13:39:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1419888#M12471</guid>
      <dc:creator>AnnaHradecká</dc:creator>
      <dc:date>2024-05-07T13:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1464474#M12595</link>
      <description>&lt;P&gt;I have not done more on this issue, just accepted that many-to many-relationships does not work i EB.&lt;BR /&gt;I agree with you, would be fine to be able to select in one table, then see the result in the map.&lt;BR /&gt;Lets hope ESRI work with this in coming editions.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 06:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1464474#M12595</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2024-05-14T06:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1464741#M12596</link>
      <description>&lt;P&gt;I've just created Idea post, because I think it is better way to report this issue than question, so you can find it here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-ideas/support-many-to-many-relationship-in-exb/idi-p/1456283" target="_blank"&gt;Support many to many relationship in ExB - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 07:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1464741#M12596</guid>
      <dc:creator>AnnaHradecká</dc:creator>
      <dc:date>2024-05-14T07:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1498074#M13331</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/574351"&gt;@SveinungBertnesRåheim&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/299119"&gt;@SerjStol&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In the latest AGOL update, we support the use of layer's relationship when setting up message actions such as Record Selection Changes - Framework - Select data records, including M:N relationships. Can you try it to see if it meets your requirements?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shengdi&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 07:12:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1498074#M13331</guid>
      <dc:creator>ShengdiZhang</dc:creator>
      <dc:date>2024-06-27T07:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1500294#M13511</link>
      <description>&lt;P&gt;I dont know if I understand you correctly. I still cannot get two actions to start in two different elements with one click.&lt;BR /&gt;Here is a link to the EB:&lt;BR /&gt;&lt;A href="https://experience.arcgis.com/experience/8cf49126b4364e7aa1515612cdb2f6b5" target="_blank" rel="noopener"&gt;https://experience.arcgis.com/experience/8cf49126b4364e7aa1515612cdb2f6b5/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I see that I can enable "related data" in the data action tab. That makes it possible to select directly to the related path-segments, but it involves a lot of clicking and is not what I am looking for.&lt;/P&gt;&lt;P&gt;03.07.2024: The link was not shared public. Now it is. Sorry for that.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 07:52:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1500294#M13511</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2025-04-07T07:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1500483#M13519</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/574351"&gt;@SveinungBertnesRåheim&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/299119"&gt;@SerjStol&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears this has been implemented in ArcGIS Online with the June 2024 release! I just tested with feature action using a many-to-many relationship class in Experience Builder via the List widget and it worked- excited to hear what version of ArcGIS Enterprise this will be made available.&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/get-started/whats-new.htm" target="_self"&gt;https://doc.arcgis.com/en/experience-builder/latest/get-started/whats-new.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmmaHatcher_0-1719943208637.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108579i10C21C4F113D4040/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmmaHatcher_0-1719943208637.png" alt="EmmaHatcher_0-1719943208637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 18:01:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1500483#M13519</guid>
      <dc:creator>EmmaHatcher</dc:creator>
      <dc:date>2024-07-02T18:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1500828#M13545</link>
      <description>&lt;P&gt;I think this works! When you set the message action, you previously had to define the relationship. Now you can choose "Use layers relationship".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Relate_EB.png" style="width: 551px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108655iD5F1101D1BD34C72/image-size/large?v=v2&amp;amp;px=999" role="button" title="Relate_EB.png" alt="Relate_EB.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You can filter and select the result. THis does what I want:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I click a row in a list (name of walking routes).&lt;/LI&gt;&lt;LI&gt;The segments related to this route are filtered and selected in the map.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What I cannot do so far, is to find a way to automatically zoom to the filtered / selected features. This is confusing, but the action "zoom to" is not available in with this relationship. I could add the select-widget and zoom to the selected feature(s), but that makes this more complex than I want it to be. Any suggestions on this topic?&lt;BR /&gt;You can see this "live" in this EB:&lt;BR /&gt;&lt;A href="https://experience.arcgis.com/experience/8cf49126b4364e7aa1515612cdb2f6b" target="_blank"&gt;https://experience.arcgis.com/experience/8cf49126b4364e7aa1515612cdb2f6b&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 10:36:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1500828#M13545</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2024-07-03T10:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1501518#M13573</link>
      <description>&lt;P&gt;I tested it my apps. It works nice for 1:N relationships and for simply M:N too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I still have problem in my apps, where I have in one hosted feature service&amp;nbsp;3 layers (films, scenes and location) with relation (films:scenes 1:N and scenes:locations N:1). Scenes are for me connection table between films and locations. I need my user to edit it, so I create for them ExB. I can not find a way to edit all 3 layer in ExB, when it is usual M:N relationship. So this is the reason for my model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So where is the problem I need to select location in map by select film in list. It is now possible for M:N relation, but not for me. For me it could be better not to set "Use layer's relationship, but choose layer or table during which I can connect data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 12:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1501518#M13573</guid>
      <dc:creator>AnnaHradecká</dc:creator>
      <dc:date>2024-07-04T12:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1501748#M13577</link>
      <description>&lt;P&gt;I edit my M:N relationship in ArcGISpro. You want to do this in ExB? I dont know how easy that would be? My connection-table is only a technical one, consist only of two attributes - the primary keys from the to main tables. You have actual data in your connection table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 07:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1501748#M13577</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2024-07-05T07:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Many to many relationship in Experience builder - show track segments in map</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1501750#M13578</link>
      <description>&lt;P&gt;I am still not satisfied. With the new functionality, I can select a row and filter/select features in my map. But I can't find a way to zoom to or pan to theese features. The message action "zoom to" is not available with this setup. Should be possible? I want people to be taken to my selected/filtered features. Maybe&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54255"&gt;@ShengdiZhang&lt;/a&gt;&amp;nbsp;know if this is possible or not?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 08:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/many-to-many-relationship-in-experience-builder/m-p/1501750#M13578</guid>
      <dc:creator>SveinungBertnesRåheim</dc:creator>
      <dc:date>2024-07-05T08:00:23Z</dc:date>
    </item>
  </channel>
</rss>

