<?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: How do we automate settings config deployment across environments in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1587815#M17524</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/109676"&gt;@JunshanLiu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the response. In my settings widgets, I have multiple "&lt;SPAN&gt;DataSourceSelector" settings in each widget not just simple datatype. So, Could you please give me some sample how to update this "&lt;/SPAN&gt;&lt;SPAN&gt;DataSourceSelector" for different environments for deployment through pipeline.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2025 04:15:25 GMT</pubDate>
    <dc:creator>Vara_PrasadM_S</dc:creator>
    <dc:date>2025-02-21T04:15:25Z</dc:date>
    <item>
      <title>How do we automate settings config deployment across environments</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1586086#M17412</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We have developed custom widgets in ArcGIS Experience Builder Developer Edition. Each widget has its own settings widget. We are deploying through pipeline and used below command in pipeline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;node -e "require('./server/src/middlewares/dev/apps/app-download.js').zipApp('0', 'app.zip', 'my_client_id');"&lt;/P&gt;&lt;P&gt;All the widgets and app at 0 index is configured and saved in builder for one environment for eg., Dev. How can we automate changing all these configurations to move to other environments such as SIT, UAT, Prod.&lt;/P&gt;&lt;P&gt;Do we need to manually configure widgets and use those app ids in pipeline based on environment? or any best/better way, please suggest.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;With Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 17:01:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1586086#M17412</guid>
      <dc:creator>Vara_PrasadM_S</dc:creator>
      <dc:date>2025-02-17T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do we automate settings config deployment across environments</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1586782#M17451</link>
      <description>&lt;P&gt;Hi, the zipApp() supports "configModifier" param, you can use it to modify your config for different environments, please see&amp;nbsp;&lt;A href="https://developers.arcgis.com/experience-builder/guide/deployment-topics/#automated-deployments" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/deployment-topics/#automated-deployments&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are some samples in your download package at &lt;STRONG&gt;server/download-app.js&lt;/STRONG&gt; file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 02:42:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1586782#M17451</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2025-02-19T02:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do we automate settings config deployment across environments</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1586828#M17453</link>
      <description>&lt;P&gt;Thanks for the response&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/109676"&gt;@JunshanLiu&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I did not identify how to update every widgets configs in this approach. Could you please provide me more insights. I have gone through&amp;nbsp;&lt;STRONG&gt;server/download-app.js&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;file, but did not get idea on how to update configs of every widget at deployment time for different environments.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 07:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1586828#M17453</guid>
      <dc:creator>Vara_PrasadM_S</dc:creator>
      <dc:date>2025-02-19T07:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do we automate settings config deployment across environments</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1586830#M17454</link>
      <description>&lt;P&gt;The "configModifier" can be a function, which receives the appConfig param, then you get all widgets by "appConfig.widgets", then you can modify your widgets and return the modified appConfig.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 07:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1586830#M17454</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2025-02-19T07:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do we automate settings config deployment across environments</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1587815#M17524</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/109676"&gt;@JunshanLiu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the response. In my settings widgets, I have multiple "&lt;SPAN&gt;DataSourceSelector" settings in each widget not just simple datatype. So, Could you please give me some sample how to update this "&lt;/SPAN&gt;&lt;SPAN&gt;DataSourceSelector" for different environments for deployment through pipeline.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 04:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-we-automate-settings-config-deployment/m-p/1587815#M17524</guid>
      <dc:creator>Vara_PrasadM_S</dc:creator>
      <dc:date>2025-02-21T04:15:25Z</dc:date>
    </item>
  </channel>
</rss>

