<?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  subscribe to message actions/events in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/subscribe-to-message-actions-events/m-p/98697#M155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, is there a sample for creating a widget in experience builder that subscribes to selection changed event from other widget like the list widget?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2020 19:43:28 GMT</pubDate>
    <dc:creator>PatrikNygren1</dc:creator>
    <dc:date>2020-06-17T19:43:28Z</dc:date>
    <item>
      <title>subscribe to message actions/events</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/subscribe-to-message-actions-events/m-p/98697#M155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, is there a sample for creating a widget in experience builder that subscribes to selection changed event from other widget like the list widget?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 19:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/subscribe-to-message-actions-events/m-p/98697#M155</guid>
      <dc:creator>PatrikNygren1</dc:creator>
      <dc:date>2020-06-17T19:43:28Z</dc:date>
    </item>
    <item>
      <title>Re:  subscribe to message actions/events</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/subscribe-to-message-actions-events/m-p/98698#M156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;Hi Patrik,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;Go into client/dist/widgets/samples/widget-communication and review the publish string and subscribe widget under the src folder. The publish string widget basically uses the publishMessage method to invoke the StringSelectionChangeMessage. Also, review the manifest.json for this widget to see the publish messages. The subscribe widget has the query-action.ts under the actions folder. Also review the manifest,json for the subscribe widget to see how the messageActions array has the name of the message action. &amp;nbsp;If you go into client/dist/experience/configs/config-widget-communication.json you can see how this config will load in your experience builder developer edition. Use&amp;nbsp;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__localhost-3A3001_experience_-3Fconfig-3Dconfigs_config-2Dwidget-2Dcommunication.json&amp;amp;d=DwMFaQ&amp;amp;c=n6-cguzQvX_tUIrZOS_4Og&amp;amp;r=FYn1CoqiOJLgYsqttBi3mGctjvg0D_zGB5qUPL1xdH8&amp;amp;m=5_tqD5oSySepbYvZOmHsfG-C00A7ypuqJEZlbSgieBY&amp;amp;s=L4t7QyHYA5qEwaI4fjmWIWAv1vreie0RKZ-6WTjIIf0&amp;amp;e=" style="color: #000000; text-decoration: underline;"&gt;https://localhost:3001/experience/?config=configs/config-widget-communication.json&lt;/A&gt;&amp;nbsp;or &lt;A class="link-titled" href="https://experience.arcgis.com/experience/?config=configs/config-widget-communication.json" title="https://experience.arcgis.com/experience/?config=configs/config-widget-communication.json"&gt;Experience&lt;/A&gt;&amp;nbsp;to run this config.json file. This example does not include any UI to configure this action in the settings. You would need to build this if you would like users to setup these actions.&amp;nbsp;I am thinking when we have our next release for 1.1 to create a sample that illustrates this workflow. I just need to think about how to keep it simple enough.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;David&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 02:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/subscribe-to-message-actions-events/m-p/98698#M156</guid>
      <dc:creator>DavidMartinez</dc:creator>
      <dc:date>2020-06-18T02:47:48Z</dc:date>
    </item>
    <item>
      <title>Re:  subscribe to message actions/events</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/subscribe-to-message-actions-events/m-p/1081705#M2464</link>
      <description>&lt;P&gt;Hi, is there a complete example of this yet? I'm on version 1.4 of ExBuilder, and I don't have the directories that David mentioned.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 13:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/subscribe-to-message-actions-events/m-p/1081705#M2464</guid>
      <dc:creator>RViruet</dc:creator>
      <dc:date>2021-07-22T13:00:18Z</dc:date>
    </item>
  </channel>
</rss>

