
Announcements
Hi Power Apps Community,
I am new to power apps , and I am trying to understand the process of deployment with Power apps.
My clients have power apps in Microsoft Dataverse teams. However, the need is to create 3 environments - DEV/QA/PROD and deploy this microsoft teams apps to these 3 new environments.
So my question is :
1. Where I need to create environment? I understand I can go to admin center and create 3 environments through make.powerapps.com , however my app is in data verse for teams. How can I export the app from there to https://make.powerapps.com/ ?
2. Does collections (Manual data) also get exported across environments as part of export/import ?
Please help me to understand this.
Many thanks in advance
Hi @alexa_028 ,
Please look at the following article around the differences between Dataverse for Teams and Dataverse. https://docs.microsoft.com/en-us/power-apps/teams/data-platform-compare
You would need to create three different "Teams" and then setup the Dataverse for Teams in each one. At this point you can migrate the code in solutions (https://docs.microsoft.com/en-us/power-apps/teams/import-solution-in-teams)
Collections are part of memory in your Canvas App and would migrate in the solution identified above.