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: Color Function
Returns a named color value like Color.Burlywood instead of an RGBA code.
How to auto-layout your elements in Power Apps?
Power Apps: Choices Function
Returns the selectable values for a SharePoint or Dataverse choice column.
Power Apps: Single Source of Truth
Power Apps: Len Function
Returns the number of characters in a string.
Power Apps: Provide more information with color
Power Apps: Table Function
Creates an in-memory table with multiple columns.
Power Apps: Microsoft Power Fx
Power Apps: Count Function
Returns the number of rows in a single-column table.
Power Apps: Don’t need controls? Hide them!
Power Apps: SortByColumns Function
Sorts a table by one or more columns.