Power Apps
Power Apps looks intimidating from the outside, but once you get going it is a friendly, fast way to build real applications with very little code. This area is full of my step-by-step tutorials for creating canvas apps that run happily on mobile, desktop, and the web. I cover the foundations, like how to assign values to variables and auto-layout your elements, then move into the practical fixes that save your sanity, such as how to fix the delegation warning and which delegable functions you can safely rely on. There are design touches too, including alternate row colors to make your galleries readable, and real-world logic like calculating overtime for a timesheet app. Because Power Apps rarely works alone, I show you how to provide parameters from Power Apps to Power Automate. Even the quirks get their moment, like the reminder that 1900 is not a leap year.
Power Apps: Concat Function
Combines values from a table into a single string using a formula.
Power Apps: How to convince your boss
Power Apps: Working with Maps
Power Apps: Integrate with Power Automate
Power Apps: Concatenate Function
Joins text strings and single-column tables into one string.
Power Apps: Best Practices
Power Apps: StartsWith Function
Checks if a text string begins with another.
Power Apps: Trim Function
Removes leading, trailing, and extra internal spaces from text.
Power Apps: TrimEnds Function
Removes leading and trailing spaces. Inner spaces stay intact.
Power Apps: Calculate totals based in Gallery results
Power Apps: Filter Function
Returns rows from a collection that match a condition. Supports AND/OR.