So as per the title, I currently have a 1 which i've then copied and called one Prod and one Dev. They both live in the same PowerApps Environment (Default one whcih comes with office 365)
In order to maintain proper version control and a proper release management strategy, i've also gone and copied the data base (SharePoint) and Flows. My question is what is the easiest way to move apps from Dev to Prod?
Example:
App1 Prod
- Connects to and Stores data on SharePoint site: https://mytenant.sharepoint.com/sites/prod/somelist
- Uses a Flow called App1 Prod Flow to send some emails
App 1 Dev
- Connects to and Stores data on SharePoint site: https://mytenant.sharepoint.com/sites/dev/somelist
- Uses a Flow called App1 Dev Flow to send some emails
I know I can use the Package app feature but that won't update the data connections to the correct SharePoint and flow environments.
Example, If I exported App 1 Dev and imported it back in, it would still hold on to the incorrect Data Source for SharePoint?
Any guidance
Just sharing my experience on this as I do similar thing but I also wish there was better way:
I agree that should be much easier. For example this PowerApps Idea might be useful if it would handle custom metadata properties. But still I think that PowerApps - due to its strict syntax control - will not allow dynamic (i.e. programatically changed) change in data source or Flow name, etc.
Regards,
Mick