<?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>idea Change Data Source without have to re-create everything in the ExB app in ArcGIS Experience Builder Ideas</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idi-p/1622385</link>
    <description>&lt;P&gt;I have an Experience Builder App that has 18 filters, some of which are compound. The filters are all park amenities and the end user can toggle on one or more amenity to filter out which parks will meet their needs for their trip. I created the app anticipating that we would self-host the parks data. We have since determined that hosting the layer online would be a better fit. I am using the same map with the same data, just hosted in a different place. The only thing that is changing is the location of the data. When I change the source, every filter breaks and goes back to its default state. Meaning I lose the query, action, label name and icon. Not to mention all of the other functionality such as the list of parks.&lt;/P&gt;&lt;P&gt;I would like to be able to switch the data source in the map, or app without having to re-create all of the filters in the Experience Builder app.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JenniferBorlick_0-1749578712607.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/134136i791C873FE362C77F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JenniferBorlick_0-1749578712607.png" alt="JenniferBorlick_0-1749578712607.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jun 2025 18:07:03 GMT</pubDate>
    <dc:creator>JenniferBorlick</dc:creator>
    <dc:date>2025-06-10T18:07:03Z</dc:date>
    <item>
      <title>Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idi-p/1622385</link>
      <description>&lt;P&gt;I have an Experience Builder App that has 18 filters, some of which are compound. The filters are all park amenities and the end user can toggle on one or more amenity to filter out which parks will meet their needs for their trip. I created the app anticipating that we would self-host the parks data. We have since determined that hosting the layer online would be a better fit. I am using the same map with the same data, just hosted in a different place. The only thing that is changing is the location of the data. When I change the source, every filter breaks and goes back to its default state. Meaning I lose the query, action, label name and icon. Not to mention all of the other functionality such as the list of parks.&lt;/P&gt;&lt;P&gt;I would like to be able to switch the data source in the map, or app without having to re-create all of the filters in the Experience Builder app.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JenniferBorlick_0-1749578712607.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/134136i791C873FE362C77F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JenniferBorlick_0-1749578712607.png" alt="JenniferBorlick_0-1749578712607.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 18:07:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idi-p/1622385</guid>
      <dc:creator>JenniferBorlick</dc:creator>
      <dc:date>2025-06-10T18:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622393#M4141</link>
      <description>&lt;P&gt;Maybe AGOL Assistant can help you with this task by being able to update Experience Builder json?&amp;nbsp; I would backup the web app first before trying this.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 18:17:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622393#M4141</guid>
      <dc:creator>MikeVolz</dc:creator>
      <dc:date>2025-06-10T18:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622399#M4142</link>
      <description>&lt;P&gt;I second the suggestion&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/465276"&gt;@MikeVolz&lt;/a&gt;&amp;nbsp;gave. My team used &lt;A href="https://assistant.esri-ps.com/" target="_self"&gt;ArcGIS Assistant&lt;/A&gt;&amp;nbsp;to swap out data sources in Web Maps and Experiences as a way to change from pointing to QA/development data sources to production data sources. Here are some things I learned that might be useful to you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Web Maps are relatively straightforward: you should be able to just swap the "itemId" and "url" for each layer in "operationalLayers" or table in "tables".&lt;UL&gt;&lt;LI&gt;Things can potentially get more complicated if you have layers with related tables---we found that there were sometimes differences between the "relationshipId" fields for layers that should otherwise be identical.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Experiences have a "dataSources" field in their JSON config file. You'll see your Web Map here, as well as any other data sources you've linked (e.g. a Feature Service you connected to your Experience without putting it in the Web Map). For these data sources, you can often just switch out the "itemId" (and "url", if the data source has one).&lt;UL&gt;&lt;LI&gt;Sometimes, though, the data source will have a field called "childDataSourceJsons". For example, a Web Map data source might have a "childDataSourceJsons" field with configuration for all of the layers inside of it. In that case, you may have to go through the "childDataSourceJsons" and swap out the relevant layers' "itemId" and "url" fields there, too.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Mike is absolutely right, though: be sure to back up everything before getting your hands dirty with ArcGIS Assistant. It's really easy to accidentally break things permanently.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 18:41:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622399#M4142</guid>
      <dc:creator>fdeters</dc:creator>
      <dc:date>2025-06-10T18:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622422#M4143</link>
      <description>&lt;P&gt;Good to know. Thanks. I'll give it a try.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would still be able to do it without in going a back door.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 19:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622422#M4143</guid>
      <dc:creator>JenniferBorlick</dc:creator>
      <dc:date>2025-06-10T19:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622434#M4144</link>
      <description>&lt;P&gt;Agreed. It makes a lot more sense to do it actually in EB.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 20:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622434#M4144</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-06-10T20:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622441#M4145</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7031"&gt;@JenniferBorlick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;something similar to these?: circa 2018&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-ideas/enh-000108149-enhancement-allow-the-option-to/idi-p/971016" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-ideas/enh-000108149-enhancement-allow-the-option-to/idi-p/971016&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-dashboards-questions/replacing-a-map-referenced-in-an-existing/td-p/1373261" target="_blank"&gt;https://community.esri.com/t5/arcgis-dashboards-questions/replacing-a-map-referenced-in-an-existing/td-p/1373261&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 20:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622441#M4145</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2025-06-10T20:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622452#M4146</link>
      <description>&lt;P&gt;Yeah. Same Idea but with ExB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have Admin Tools for ArcGIS Pro and there is a re-wire for WAB and for Dashboards, but not ExB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 21:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1622452#M4146</guid>
      <dc:creator>JenniferBorlick</dc:creator>
      <dc:date>2025-06-10T21:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1624448#M4165</link>
      <description>&lt;P&gt;I used AGOL Assistant to update my test map and app successfully. Thanks everyone for the help.&lt;/P&gt;&lt;P&gt;(But I would appreciate an easier way to do it.)&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 14:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1624448#M4165</guid>
      <dc:creator>JenniferBorlick</dc:creator>
      <dc:date>2025-06-19T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1625681#M4183</link>
      <description>&lt;P&gt;And then when I tried to do it "for realsies" everything broke. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 13:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1625681#M4183</guid>
      <dc:creator>JenniferBorlick</dc:creator>
      <dc:date>2025-06-23T13:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1625988#M4187</link>
      <description>&lt;P&gt;In the end it was actually faster for me to re-create the filters rather than trying to interpret the JSON to figure out what to change and where. I kept thinking I had it all and then it still didn't work. I finally just gave up.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 20:37:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1625988#M4187</guid>
      <dc:creator>JenniferBorlick</dc:creator>
      <dc:date>2025-06-23T20:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1627437#M4224</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7031"&gt;@JenniferBorlick&lt;/a&gt;&amp;nbsp;sorry to hear that. It's pretty frustrating to get so far down a path and have to turn back and do it the first way you thought of&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 18:58:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1627437#M4224</guid>
      <dc:creator>fdeters</dc:creator>
      <dc:date>2025-06-26T18:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Source without have to re-create everything in the ExB app</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1627483#M4226</link>
      <description>&lt;P&gt;Meh. Live and learn? LOL&lt;/P&gt;&lt;P&gt;Thanks though.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 20:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-ideas/change-data-source-without-have-to-re-create/idc-p/1627483#M4226</guid>
      <dc:creator>JenniferBorlick</dc:creator>
      <dc:date>2025-06-26T20:00:23Z</dc:date>
    </item>
  </channel>
</rss>

