Microsoft Power Apps Review

Microsoft Power Apps Essential Training: The Basics

Here are some notes on the basic building blocks of Power Apps.

Microsoft Power Platform
  • Power BI, Power Automate, Power Pages, Copilot Studio, Power Apps
  • Power Apps studio
    • Environment - keep an eye on it, and where you are, make sure you want to develop in the right environment
    • Should specific data not live in a specific environment?  Good question on best practices

Microsoft Power Apps Essential Training: Beyond the Basics

Learning Microsoft Power Apps
  • Before publishing, go to File - Save
  • Publish button shows up; the app will go live when you publish
  • Settings - Display
    • Orientation - if you change this, you'll change all of your screens to adjust to the new orientation
    • Lock orientation - ability to force a specific orientation when using the app
  • Running the power app
    • Browser
    • Power App app from the App Store or Google Play store
    • Teams
  • Managing an app - go to Apps in the left main menu
    • Monitoring - schedule an activity capturing session
    • Power BI used to show who's using it, devices, launches, daily active users
      • Usage
      • Performance
        • How long it takes to get to the first screen when it loads
      • Location

  • when an app is created it's flexible to any device it opens with
  • you can share power apps in teams
    • share - add to teams
    • make sure description, colors are set before adding to teams
    • asks where you'd like to use the app
      • conversation
      • general channel

Common Data Model

  • Microsoft Dataverse
    • Allows focus on app development
    • Used by Power Platform (Apps, Automate)
    • Accessible with connectors and APIs
    • Customizable
    • Role-based security
    • Access to Dynamics 365
    • Quick to start apps (model driven apps

Model driven app development

- Environment has to have an instance of Dataverse running
- Solutions are more portable vs. canvas apps (exist where created)
- In Solutions, click New solution (which is a container, and we'll add objects to it)
- In a new solution, click Add - Existing table for each table that already exists
- Once all tables are added, click on New - App - Model-driven app
- Tables are loaded into the model-driven app; now create a page
  

Other courses on Power Apps

Microsoft Power Apps Essential Training: Beyond the Basics
Power Apps: Building Data Driven Apps
Microsoft Power Apps: Using the Dataverse (Formerly the Common Data Service)

Other courses on Power Platform

Microsoft Power Automate Essential Training
Microsoft Power BI Essential Training
Introduction to Prompt Engineering for Generative AI

Popular posts from this blog

SharePoint PowerShell Quick Guide

Dependency Injection in .NET

Git Guide