Adventures with Power Apps: Troubleshooting Component Updates

I am playing around with Solution Layering and Solution Segmentation in the Power Platform. Let me set the stage. I have an environment called AdventureWorks – Core. In this environment, I have the following solutions: I have another environment called AdventureWorks – Dev. In this environment, I have imported the previous solutions, as managed, excepted…

Adventures with Dataverse: Teams and Security Roles

I have a sample application that consists of two tables, Forms and Form Types and a Model-Driven Application called Forms Model App. Currently I have three Form Types: When creating a Form you have to assign a Form Type. I had a new requirement come up. I wanted to allow certain people to have access…

Adventures with Dataverse: Playing with Security Roles

In a previous post, Adventures with Dataverse: Migrating Microsoft SQL Server Tables to Dataverse Tables – Matt Ruma, I walked through migrating a SQL Database to Microsoft Dataverse. In this post, I want to look at adding security roles to control access to the Dataverse entities. The first security role I will create is for…

Adventures with Dataverse: Migrating Microsoft SQL Server Tables to Dataverse Tables

From time to time, I want to migrate data from Microsoft SQL Server to Microsoft Dataverse. Dataverse offers a lot of capabilities for working with entities within the Power Platform. Sure, I could use virtual tables, but those comes with a lot of limitations. I also wanted to create a pattern for Microsoft SQL Server…

Adventures with Power Platform: Power Automate, Excel and Office Scripts! Oh My!

I have been playing around with Office Scripts lately, specifically Office Scripts for Excel. I wanted to create a Power Automate Flow that populated an Excel spreadsheet and then have the pivot table and chart based on the sales data. The spreadsheet consisted of two worksheets, one for car sales data, and another for a…