Applies to Product - Microsoft Dataverse
What’s happening?
The customer is seeking information on how to change the ownership of components in the Power App homepage.
Reason:
The underlying cause is related to the need for a method to change the ownership of components within the Power App environment.
Resolution:
To change the ownership of a model-driven app in Power Apps, follow these steps:
- Create a new solution (name it appropriately, e.g., "AAA") in Power Apps.
- Open the created solution and click on [Add Existing] - [Apps] - [Model-driven app].
- Select the model-driven app you wish to change ownership of and add it to the solution.
- Return to the solution list and select the relevant solution, then click on [Export Solution].
- Once the export is complete, download the zip file.
- Extract the downloaded zip file and modify the "solution.xml" file using a text editor or Visual Studio Code, changing the necessary values.
- Delete the existing model-driven app from the environment.
- Open the solution in Power Apps and click on [Import Solution].
- Select the modified zip file to import it back into the environment.
- The ownership of the model-driven app will now reflect the new user as the owner.
