Skip to content

ChrisMcKee1/PowerAppsIntergration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PowerAppsIntegration

Overview

This repository contains example code for Power Platform. I have included some useful link to get you started. The 2 topic areas cover are ALM for Power Platform and Coauthoring for Power Apps.

Coauthoring

Power Apps previously had a core problem in it came to collaborative development. The problem was you couldn't do it. Previously trying to open a power app in edit mode that was opened by another developer you would get that annoying message that states this App is locked by Bobby Smith. Recently a new experimental feature has been released by Microsoft that now allows Git to be the source control solution. With a few steps in using your git solution of choice you can now collaborate with your fellow developers at the same time.

Useful Links for Coauthoring

ALM for Power Platform

Traditional developer has normal CI/CD processes. Well how do you manage Non-Prod and Prod environments for your power platform solutions? Well the links I provide can give you a jump start and I have sample GitHub Actions for branching, unpacking, packing, exporting, and importing managed and unmanaged solutions.

Useful Links for ALM