Hi Team,
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.
node -e "require('./server/src/middlewares/dev/apps/app-download.js').zipApp('0', 'app.zip', 'my_client_id');"
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.
Do we need to manually configure widgets and use those app ids in pipeline based on environment? or any best/better way, please suggest.
Thanks in advance!
With Regards.