Tag: Canvas App

Adventures with Power Platform: Sample Timesheet Canvas App
Adventures with Power Platform: Sample Timesheet Canvas App
Blog Posts

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 OnStart event in my Canvas App. I set gblStartDate to the date of… READ MORE

Power Apps Error Handling Essentials
Power Apps Error Handling Essentials
Blog Posts

A guide to different error handling functions and patterns Power Apps error handling is a critical aspect of any canvas app build. Power Fx or other functionality may not always run as planned, so we should greet users with clear guidance. We may also need to track errors for ongoing monitoring & improvements. In this… READ MORE

Use Power Fx to Automate Data Inputs and Outputs
Use Power Fx to Automate Data Inputs and Outputs
How Tos

Use Power Fx to Automate Data Inputs and Outputs Rami Mounla shows viewers how to use #Microsoft #PowerFx to automate data inputs and outputs. Rami takes viewers through the #PowerApps interface, showing how to author a #CanvasApp and the various options that are available to the user. Rami also demonstrates how to change the formulas… READ MORE