Adventures with Canvas Apps: Fun with Canvas Components

These are just my notes on a couple of different ways to implement Canvas Components and grow into more complex solutions, such as Component Libraries. Board Game Nerd Solution (Data) The Board Game Nerd Solution (Data) includes the core components for Tables and Security Roles. Download the solution at https://mattruma.com/wp-content/uploads/2025/06/BoardGameNerdSolutionData_1_0_0_3.zip. Board Game Nerd V1 Solution…

Adventures with Power Platform: My First Deployment with GitHub Actions

I have deployed Power Platform solutions with the in-product Power Platform Pipelines, now I wanted to try it with GitHub Actions. I created a Solution called ALM 2 Solution, real sophisticated name. 😄 My Solution includes these components: The Flow ALM 2 Environment Variable List (Power Apps) uses the Connection Reference ALM 2 Dataverse Connection…

Adventures with Power Platform: Sample Timesheet Canvas App

I wanted to create a Canvas App that took a list of Time Transactions and showed them in a matrix format by Task and Duration. I also wanted to edit the data. ✏️ If you want to see it in action in your Environment, download it at https://mattruma.com/wp-content/uploads/2024/09/TimesheetSolution_1_0_0_0.zip. Let’s breakdown what I have in my…

Adventures with Power Pages: Set Focus On Load

I have a Page that is using an Dataverse Form called Game Create Form (Web). The Form includes a couple of Lookups for Type and Publisher and a couple of Choices for Category and Mechanism. In testing my Site, I navigate to the Game Create Page that contains the Game Create Form (Web). I would…