Author name: Edwin II

Choosing The Right Variable Type in PowerApps

Understanding the Difference, Best Practices, Real-World Use Cases, and When to Use Each When we first begin building applications in Microsoft Power Apps, one of the earliest concepts they encounter is variables. At first, variables seem simple , we store values temporarily while the application is running. However, as applications grow more complex, understanding the […]

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

Building automation in Microsoft Power Automate can feel deceptively easy at first. You drag a few actions, connect services together, add conditions, and suddenly you have a working business process without writing thousands of lines of code. That simplicity is exactly why so many organizations adopt it quickly. But once flows start becoming enterprise-critical, handling

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

Common PowerApps Utility Functions: A Quick Overview with Use Cases

When you spend enough time working with Power Apps, you start to notice a pattern: the difference between a working app and a well-built app often comes down to how effectively you use utility functions. These are the small, often overlooked building blocks that quietly handle formatting, validation, data shaping, and performance optimization behind the

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

Utilizing Identity Secure Score in M365 Admin Center

Strengthen your Entra ID setup with Identity Secure Score In this post: What is Identity Secure Score? · Where to find it · Why it’s worth checking · How the score is actually calculated · When would you actually use this? · Best practices and how to implement them · Sample walkthrough: enforce MFA for

Utilizing Identity Secure Score in M365 Admin Center Read More »

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

In the world of SharePoint Online and the Microsoft 365 ecosystem, app catalogs play a critical role in managing and deploying SharePoint Framework (SPFx) solutions and other client-side customizations. Whether you’re a developer, administrator, or architect planning an app deployment strategy, one common dilemma you’ll face is: Should I use the Tenant-Wide App Catalog or

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 ·

Expounding KQL Queries in SharePoint Search Read More »

SharePoint Development : SPFx Folder Structure Explained

SPFx (SharePoint Framework) scaffolds a fairly opinionated folder structure via its Yeoman generator — here’s what each part actually does, and the two competing ways to organize your own code inside src/ once a project grows past a single web part. In this post: The scaffolded structure · src/ and config/ in detail · Type-based

SharePoint Development : SPFx Folder Structure Explained 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 · Best

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

SharePoint’s SP.Utilities.Utility.SendEmail lets you send email straight from a list workflow, a custom web part, or a script — without going through Outlook or Power Automate. Two ways to call it: In this post: Real limitations · Option 1: raw REST API · Option 2: PnPjs · When would you actually use this? · Best

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