Before getting started, ensure that you have access to Microsoft Power Platform and the latest version of the Microsoft Power Platform CLI or sign up for the Power Apps Developer Plan.
The solution folder is located in /src/PowerApps/Solution.zip. Please download the zip file. Before building the Power App, we need to import the solution into our Power Platform environment.
Open PowerShell and install the latest version of the PAC CLI:
pac install latest
Before importing any solution, authenticate to the right Power Platform environment using the PAC CLI, pac auth:
pac auth create --url https://org4xxxxxxx.api.crm4.dynamics.com
You can get your environment URL from Power Platform Developer resources:
Next, import the solution using the PAC CLI pac solution import:
pac solution import --path C:\Users\name\Downloads\Solution.zip
Once your solution has been succesfully imported into your selected Power Platform environment, you can now find and edit your Power App:
Integrate your back-end services with your Power App. Follow detailed guidelines to connect your web API with your Power App.