<?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: Refresh MapView Programmatically in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1304755#M7487</link>
    <description>&lt;P&gt;Tried also. It doesn't work. It does update the data since I can the table reloading but not the map view.&lt;BR /&gt;&lt;BR /&gt;Having said that my client wants to have control to refresh the data something like refresh button we have for table widget..&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2023 03:20:35 GMT</pubDate>
    <dc:creator>Muhammad_AzhaziqBin_Mohd_Azlan</dc:creator>
    <dc:date>2023-06-30T03:20:35Z</dc:date>
    <item>
      <title>Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1303808#M7456</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;In Experience Builder is there a way to refresh the map view programmatically?&lt;BR /&gt;&lt;BR /&gt;My scenario as follow:&lt;BR /&gt;&lt;BR /&gt;1. User A - current open map view in Experience Builder&lt;BR /&gt;2. User B - Add some record on the layer connected to map view via AGOL&lt;BR /&gt;3. User A - Click on a custom button to refresh the map to fetch latest data&lt;BR /&gt;&lt;BR /&gt;(3) scenario for table widget is supported out of the box. However, for map widget it doesn't. I did try to enable auto refresh at data source level, but the map view did not update too after the auto refresh ran.&lt;BR /&gt;&lt;BR /&gt;I did try to drill down the mapView object and try to get the feature layer and execute refresh but no luck on this path too for Experience Builder.&lt;BR /&gt;&lt;BR /&gt;Anyone managed to overcome this?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 08:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1303808#M7456</guid>
      <dc:creator>Muhammad_AzhaziqBin_Mohd_Azlan</dc:creator>
      <dc:date>2023-06-28T08:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1303814#M7458</link>
      <description>&lt;P&gt;Maybe this would help?&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#refresh" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#refresh&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 08:56:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1303814#M7458</guid>
      <dc:creator>TonghuiMing</dc:creator>
      <dc:date>2023-06-28T08:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1304736#M7483</link>
      <description>&lt;P&gt;Not working for experience builder. It does work for vanilla js map viewer. Not quite sure why.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 01:35:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1304736#M7483</guid>
      <dc:creator>Muhammad_AzhaziqBin_Mohd_Azlan</dc:creator>
      <dc:date>2023-06-30T01:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1304747#M7486</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89517"&gt;@Muhammad_AzhaziqBin_Mohd_Azlan&lt;/a&gt;&amp;nbsp;Please set the refresh interval for the data source. This maybe work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qun_0-1688092434995.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74572i28233B05E59F8B11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Qun_0-1688092434995.png" alt="Qun_0-1688092434995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 02:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1304747#M7486</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2023-06-30T02:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1304755#M7487</link>
      <description>&lt;P&gt;Tried also. It doesn't work. It does update the data since I can the table reloading but not the map view.&lt;BR /&gt;&lt;BR /&gt;Having said that my client wants to have control to refresh the data something like refresh button we have for table widget..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 03:20:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1304755#M7487</guid>
      <dc:creator>Muhammad_AzhaziqBin_Mohd_Azlan</dc:creator>
      <dc:date>2023-06-30T03:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1304893#M7492</link>
      <description>&lt;P&gt;Noting for records: This comment from 6/29/2023 belongs to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/72016"&gt;@QunSun&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 14:56:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1304893#M7492</guid>
      <dc:creator>JesseCloutier</dc:creator>
      <dc:date>2023-06-30T14:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1363528#M9985</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/588217"&gt;@JesseCloutier&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/4655"&gt;@TonghuiMing&lt;/a&gt;&amp;nbsp;Hi I am updating the map layers, now my requirement to refresh the map/view on button click. Can you please share the workaround&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 12:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1363528#M9985</guid>
      <dc:creator>SaurabhUpadhyaya</dc:creator>
      <dc:date>2023-12-21T12:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1363973#M10008</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/198170"&gt;@SaurabhUpadhyaya&lt;/a&gt;, I'm a Community Manager who specializes in our Esri Community platform rather than ArcGIS Experience Builder. I'll leave your question for&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/4655"&gt;@TonghuiMing&lt;/a&gt;&amp;nbsp;or another member of the Community to answer. All the best!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 15:27:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1363973#M10008</guid>
      <dc:creator>JesseCloutier</dc:creator>
      <dc:date>2023-12-22T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1364688#M10026</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 04:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1364688#M10026</guid>
      <dc:creator>SaurabhUpadhyaya</dc:creator>
      <dc:date>2023-12-28T04:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh MapView Programmatically</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1521244#M14277</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Any update ?&lt;BR /&gt;Is it possible to simply refresh the map or a feature layer programmatically in Experience Builder ?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 08:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/refresh-mapview-programmatically/m-p/1521244#M14277</guid>
      <dc:creator>MatthieuBrisset</dc:creator>
      <dc:date>2024-08-14T08:43:06Z</dc:date>
    </item>
  </channel>
</rss>

