Power Platform, written down.

Practical notes on PowerApps, Power Automate, Dataverse and PowerShell — the things I wish were documented properly when I was figuring them out.

How to Transfer Power Apps Ownership Using PowerShell

3 Mar 2026

As Power Platform environments grow, managing app ownership becomes a routine but critical administrative task. Whether a developer is moving to a new…

The Logic of Variables: Global vs. Context

9 Jan 2026

In Power Apps, managing state is efficient only if you choose the right tool for the job. While both Global and Context variables store data, they…

The Setup: Installing the Power Platform Modules

20 Sept 2025

Before you can start writing scripts to manage your environments in bulk, you need to teach your computer how to talk to the Power Platform. This is done…

Why Every Power Platform Engineer Needs PowerShell

20 Sept 2025

If you love the Power Platform, it's probably because you love the 'Low Code' promise. You can build amazing things just by dragging, dropping, and…

The Perfect List: How to Structure SharePoint for PowerApps

19 Apr 2025

SharePoint is often the first stop on the Power Platform journey. It’s accessible, familiar to business users, and incredibly easy to set up. But here is…

Dataverse 101: Tables, Columns, and Rows Explained

8 Feb 2025

If you've used Excel, you already understand the basics of Dataverse. But while Excel is a flat piece of paper, Dataverse is a massive, intelligent filing…

Triggers and Actions: The Anatomy of a Flow

1 Oct 2024

Every single automation you build, whether it's a simple email alert or a complex multistage approval, is made of two fundamental building blocks: The…

Understanding the Big Three: Screens, Controls, and Properties

27 Sept 2024

Imagine you are building a house. You need rooms to walk through, furniture to use, and specific details like the color of the walls or whether a door is…

PowerApps: From Zero to App (Building from Data in 5 Minutes)

12 Sept 2024

We’ve all been there: you have a messy Excel spreadsheet or a SharePoint list, and your team is struggling to update it on the go. You could spend weeks…