Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History

PowerApps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Podcast Approval App using Microsoft Power Apps

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.

Importing Power Apps solution

Open PowerShell and install the latest version of the PAC CLI:

pac install latest

Authenticate & Select Environment

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:

DevResources DevAPI

Import solution file

Next, import the solution using the PAC CLI pac solution import:

pac solution import --path C:\Users\name\Downloads\Solution.zip

Open up your Power App

Once your solution has been succesfully imported into your selected Power Platform environment, you can now find and edit your Power App:

powerapp

Next Steps

Integrate your back-end services with your Power App. Follow detailed guidelines to connect your web API with your Power App.