Filtering Users Based on Their Team in Dynamics 365 Using JavaScript

When working in Dynamics 365 or Power Apps model-driven apps, it’s common to have forms where you want to restrict a lookup field so it only shows relevant records. A typical scenario is filtering the “User” lookup field to only display users who belong to a specific Team. In this post, we’ll walk through how…

Building a Dynamic Chat Interface: React-based PCF Control

Creating a seamless and interactive chat interface can significantly enhance user engagement in your Power Apps solutions. In this blog post, we will walk you through the steps of building a React-based chat component using Power Apps Component Framework (PCF) with a dataset template. We'll leverage Fluent UI for styling and functionality, ensuring a polished…

Variables vs Compose in Power Automate: What’s the Difference and When to Use?

When building Power Automate flows, two commonly used actions for storing data are: Initialize/Set Variable Compose 🧠 What is a Variable? A variable is a mutable container — which means you can change or update its value after it's created. You must initialize a variable with a specific datatype like String, Boolean, Integer, Array, or…

How to call a ‘Custom API developed in Dynamics 365’ via Postman

This blog post will guide you through the steps to call a custom API in Dynamics 365 using Postman, a widely used tool for API testing and development. By the end of this tutorial, you will have a solid grasp of setting up Postman, authenticating your requests, and interacting with custom API endpoints in D365.…

Building a Modern Web Application with React, Node.js, and SharePoint Integration

In today's digital landscape, effective data management is essential for organizations to operate efficiently and make informed decisions. However, managing data across different platforms and systems can often be a daunting task. In this blog post, we'll explore how to build a modern web application that seamlessly integrates a React frontend with a Node.js backend…