Microsoft Teams vs. Google Meet: Which One Should You Actually Use?

Microsoft Teams vs. Google Meet

If you’ve ever sat in a meeting wondering why your company chose this tool over the other one? Microsoft Teams and Google Meet are both solid platforms, and honestly, both get the job done. But they’re built for different kinds of teams, and picking the wrong one can slow you down in ways you won’t immediately notice. … read more…

2 Best Ways to Create a Folder in SharePoint From Power Apps

How to Create a Folder in SharePoint from Power Apps

If you’ve ever built a Power Apps canvas app that connects to a SharePoint document library, you’ve probably hit this question at some point — how do I create a folder in SharePoint directly from my app? It’s a really common requirement. Think about it: you’re building an app where users submit a project, and you … read more…

Top 81 SharePoint Framework (SPFx) Interview Questions and Answers

SharePoint Framework (SPFx) Interview Questions and Answers

If you’ve spent any real time building on Microsoft 365, you already know that SPFx is the backbone of modern SharePoint customization. I’ve seen developers with solid JavaScript skills stumble in SPFx interviews simply because they hadn’t connected the dots between the framework’s concepts and how they show up in practice. And I’ve seen the … read more…

Power Apps JSON Polymorphic Error on _ownerid_value: The Fix + Why It Happens

Power Apps JSON Polymorphic Error on _ownerid_value

Getting the “The JSON function cannot serialize tables/objects with a nested property called ‘_ownerid_value’ of type ‘Polymorphic’” error in Power Apps? I ran into this exact issue while building a Power Apps Canvas App against a Dataverse table. I was trying to extract column names from a collection using the JSON function — and out of nowhere, … read more…

Fix: Power Apps JSON Cannot Serialize Attachments Error (Table(Attachment)) — 2 Solutions

Extracting Column Names from a SharePoint List

If you’ve been building a Power Apps canvas app connected to a SharePoint list or Dataverse table and hit this error: “The JSON function cannot serialize tables / objects with a nested property called ‘{Attachments}’ of type ‘Table(Attachment)’” You’re in the right place. I’ve run into this exact error myself while trying to extract column … read more…

How to Find Someone on Microsoft Teams [7 Best Ways]

Use the Search Bar on Microsoft Teams

If you’ve ever stared at Microsoft Teams trying to figure out how to locate a colleague — especially someone you’ve never chatted with before — you’re not alone. Teams has a few different ways to find people, and not all of them are obvious at first glance. In this tutorial, I’ll walk you through every … read more…

How to Archive Files in Microsoft Teams [4 Easy Methods]

Archive a Team via the Teams Admin Center

If you’ve been using Microsoft Teams for a while, you’ve probably noticed that things get messy over time. Old project channels pile up, files from finished projects keep showing up in searches, and teammates get confused about what’s still active. Sound familiar? Archiving in Teams is the fix for this — and it’s something a … read more…

Show a Different Home Screen Per User in Power Apps

Power Apps Different Home Screens Based On Different User

In Power Apps, you can show a completely different home screen to each user based on their department, role, or email — no premium license needed, no code outside the formula bar. This tutorial walks you through the modern, Microsoft-recommended way to do it using App.StartScreen, plus I’ll cover what’s changed since the old App.OnStart approach and why … read more…

Sorry, something went wrong Error in SPFx Form Customizer

Sorry, something went wrong error in spfx

Recently, I needed to customize the default form of a SharePoint list. The requirement is that the choice values be displayed in the dropdown control with related icons, and some options be disabled for users. To achieve this, I created an SPFx Form Customizer extension and built the form using Fluent UI React controls, such … read more…

Power Apps functions free pdf

30 Power Apps Functions

This free guide walks you through the 30 most-used Power Apps functions with real business examples, exact syntax, and results you can see.

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App