May 2026

Choosing The Right Variable Type in PowerApps

Variables in Power Apps look simple at first — store a value, use it later — but which type you reach for is an architecture decision, not just syntax. Power Apps is formula-driven by design; Microsoft’s own guidance is to lean on formulas (which recalculate automatically) and use variables only when the app genuinely needs […]

Choosing The Right Variable Type in PowerApps Read More »

Are SPFx Solutions Still Ideal and Safe?

When developers first started building solutions for SharePoint years ago, the ecosystem was heavily tied to server-side deployments, farm solutions, and risky customizations that often caused upgrade headaches. Then came modern SharePoint and the rise of the SharePoint Framework, more commonly known as SPFx. Fast forward, and many organizations are now asking an important question:

Are SPFx Solutions Still Ideal and Safe? Read More »

Power Automate Design Flaws & Pitfalls We Need To Be Aware

Power Automate is deceptively easy to start with — drag a few actions together, connect some services, and you have a working process without writing much code. That’s exactly why it gets adopted fast, and also why its rough edges tend to surface late: a flow that works perfectly with 10 test records can start

Power Automate Design Flaws & Pitfalls We Need To Be Aware Read More »

Common PowerApps Utility Functions: A Quick Overview with Use Cases

Spend enough time in Power Apps and you notice a pattern: the difference between an app that works and one that’s actually maintainable usually comes down to how well you’re using the utility functions — the formulas handling data caching, validation, formatting, and navigation behind the scenes. This is a working reference for the ones

Common PowerApps Utility Functions: A Quick Overview with Use Cases Read More »