How to configure a trigger to handle both GET and POST requests effectively using Power Automate

I recently encountered a client requirement that necessitated handling both “GET” and “POST” HTTP requests. While Azure Function offers a straightforward solution for such scenarios, the concern was it should be handled within Dynamics CRM. Faced with these constraints, I explored alternatives that would allow us to meet the client’s needs within the preferred environment.… Read More: How to configure a trigger to handle both GET and… »

Master Microsoft Power Platform Development: A Developer’s Cheat Sheet in 2024

A common software development hurdle is the scarcity of time. While it’s widely acknowledged that merely increasing the number of developers doesn’t necessarily boost productivity, the inclination toward adopting new tools and technologies persists. The goal is to minimize code writing, expedite the development process, reduce susceptibility to bugs, and adhere to standards, especially in… Read More: Master Microsoft Power Platform Development: A Developer’s Cheat Sheet in… »

How to Know Browser and OS Details in Power Apps using Host Object

Recently, I was working on a project where we created a Login form in the Canvas App compatible with iPhone systems only. Throughout the development phase, we faced challenges in determining the client’s specifics like browser type or device, especially since our app needed to function across specific browsers and on iPhones. Upon conducting online… Read More: How to Know Browser and OS Details in Power Apps… »

How to invoke Low-code plug-ins using Power Automate Cloud Flow

In the previous blog post, we talked about low-code plugins using the Dataverse Accelerator App where we created an instant plug-in to calculate Billing Details. In this blog, we will be integrating the same Instant Plug-in in the Microsoft PowerAutomate Flow. How to invoke Instant Plug-in in the Microsoft PowerAutomate Flow? 1. Log into your… Read More: How to invoke Low-code plug-ins using Power Automate Cloud Flow »

Advisor matching in your organization by using Power Apps integrated virtual agent

Introduction In this blog post, we aim to provide guidance to beginners and new users of Power Apps. Our focus is on helping individuals enhance their knowledge of the platform by engaging with experienced advisors. We will cover the process of connecting with internal maker resources and utilizing integrated virtual agent chatbots in Power Apps.… Read More: Advisor matching in your organization by using Power Apps integrated… »

Detect & Manage Duplicate Data in Dynamics 365 CRM – OOB Duplicate Detection vs. Inogic’s Data DeDuplication App!

Duplicate data is one of the most common challenges in Microsoft Dynamics 365 CRM. When multiple records exist for the same customer, sales teams work with incomplete information, reports become inaccurate, and automation workflows break. Studies show that 15–30% of CRM records may contain duplicate entries, which directly impacts Dynamics 365 data accuracy and customer… Read More: Detect & Manage Duplicate Data in Dynamics 365 CRM –… »

Unleashing the Power of ‘isDefaultPrevented()’ method in Dynamics 365

Introduction Dynamics 365 forms offer a powerful platform for customizing user interactions and logic using JavaScript. One often overlooked gem in this toolbox is the isDefaultPrevented() method. This little powerhouse is key to unlocking intricate control over your form’s save behavior, leading to smoother workflows and enhanced user experiences. The isDefaultPrevented() method is available on… Read More: Unleashing the Power of ‘isDefaultPrevented()’ method in Dynamics 365 »

Shape the Future of Maplytics: Add your reviews on Microsoft AppSource or G2.com

Over the years, Maplytics has basked in the warm glow of incredible client reviews. These weren’t just pats on the back, but powerful testaments to our efficiency and top-notch service. And let’s be honest, who would’ve known about it all without their amazing words? As a top-rated and preferred app on Microsoft AppSource for years,… Read More: Shape the Future of Maplytics: Add your reviews on Microsoft… »

Incorporating Start and wait for an approval of text action for the AI generated response

In the previous blog we have already explored the AI prompt integration with Power Automate using the “Create text with GPT using a prompt” action, At that time while designing the Power Automate we didn’t add any Approval process where humans could review the AI-generated response. Human review through the approval process is important and recommended… Read More: Incorporating Start and wait for an approval of text action… »

Power Pages: How to Track Changes by Contact (Portal User) in Dataverse Auditing

Introduction Power Pages sites, connected to Dataverse, serve as a powerful tool for modern website development. Dataverse, acting as a versatile database, offers security features, analytics, and automation. However, Dataverse auditing, which logs changes to customer records, initially poses a challenge as it records actions under the application/system user, rather than the actual contact (portal… Read More: Power Pages: How to Track Changes by Contact (Portal User)… »