O365

SharePoint Alerts Are Gone: 3 Ways to Rebuild Them

SharePoint Alerts stopped working in July 2026. Not deprecated, not expiring soon. Every alert configured across every tenant stopped delivering, and there is no way to extend them. If notifications quietly went silent a couple of months ago and nobody connected it to anything, this is why. The part that catches people rebuilding: nothing was

SharePoint Alerts Are Gone: 3 Ways to Rebuild Them Read More »

Project Online Retires: 3 Things to Export First

Project Online retires on 30 September 2026. Not “goes into read-only,” not “loses support”. The service and the data in it become permanently unreachable, with no recovery path and no extension. If you have a PWA site collection in your tenant, you have weeks, not months. There are three things to deal with before the

Project Online Retires: 3 Things to Export First 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 throttling,

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 that

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

Tenant-Wide vs Site Collection App Catalog: What you need to know

The real deciding factor between a tenant-wide app catalog and a site collection app catalog isn’t governance philosophy. It’s one hard technical constraint that makes the decision for you in a specific, common scenario: only the tenant app catalog can sync an SPFx solution to the Microsoft Teams app store. Everything else genuinely is a

Tenant-Wide vs Site Collection App Catalog: What you need to know Read More »

Expounding KQL Queries in SharePoint Search

KQL (Keyword Query Language) is what SharePoint and Microsoft Search actually parse behind a search box. Keywords, managed properties, and operators that let you ask for exactly what you mean instead of hoping full-text matching gets there on its own. In this post: What KQL actually does · Where you’ll actually write it · Best

Expounding KQL Queries in SharePoint Search Read More »

Common Calculated Column Formulas in SharePoint for Quick Implementations

A Calculated Column derives its value from other columns on the same item, using Excel-like formula syntax, no Power Automate flow or code required. Here are the formulas worth knowing, and the real limitations that decide when a calculated column is the wrong tool. In this post: Common formulas · Real limitations · Creating them

Common Calculated Column Formulas in SharePoint for Quick Implementations Read More »

Send Email in SharePoint with SharePoint REST API and PnPjs : What You Need to Know

Important update: the API this post was originally about (SP.Utilities.Utility.SendEmail) was retired by Microsoft on October 31, 2025. If you have code using the raw REST or PnPjs examples further down, it has stopped working. The current, supported way to send email programmatically from SharePoint is Microsoft Graph’s sendMail API. This post now leads with

Send Email in SharePoint with SharePoint REST API and PnPjs : What You Need to Know Read More »

Microsoft Calendar vs Microsoft Bookings : What You Need to Know Before You Choose

This is genuinely a three-way decision, not two. Most comparisons of Outlook Calendar versus Microsoft Bookings skip the option that actually fits the most common individual use case best: Bookings with Me, a lightweight personal scheduling link built into Outlook that neither requires the full Bookings app nor forces external contacts to email back and

Microsoft Calendar vs Microsoft Bookings : What You Need to Know Before You Choose Read More »