Category Archives: Power Automate

Exploring Cross-Environment Connectivity with the Microsoft Dataverse Connector

We know that Power Automate allows us to execute a variety of tasks by connecting our present environment to the platform through the Microsoft Dataverse connector. This connector establishes a link between our current environment and Power Automate, enabling us to automate various tasks within our existing environment. While we can efficiently carry out tasks… Read More »

How to use the dateDifference() function in Power Automate

Power Automate has recently introduced an innovative function aimed at calculating the difference between two dates. However, finding the difference between two dates in Power Automate was quite complex, and with the recent introduction of dateDifference() function, Microsoft has eased that out. In this blog, we will see how the process of calculating the difference… Read More »

Automatically sending Power Apps cards to Microsoft Teams channels using Power Automate Flow

Microsoft has added a new feature called Cards in the Wave 2 release.  Cards are simplified forms that are connected to Dataverse which can be sent to CRM users to capture the required details. In the previous blog, we explained how to create cards using Power Apps. In this blog, we have explained how to… Read More »

Send Trailing Follow-Up email in Microsoft Dynamics 365 CRM using Power Automate Flow

Microsoft Dynamics 365 CRM allows users to send an Email to any recipient through Power Automate Flow. Recently we received a requirement to send a follow-up email that should be trailing mail for the previous email after 2 days of New Opportunity. So, to fulfill this requirement, we have used Power Automate Flow to create… Read More »

How to filter JSON array using Filter Array action in Power Automate

A requirement of filtering JASON arrays can easily be solved using JavaScript. But to do it in Power Automate, we have to create a web resource and register the script in CRM. However, with the new updates, we can achieve this requirement within the CRM process itself. Power Automate introduced the Filter Array action, using… Read More »

How to add and subtract date using subtractFromTime() and addToTime() functions within Power Automate

In this blog, let us see how we can add and subtract an ‘x’ time unit such as second, minute, hour, day, week, month, and year into and from the existing date. Requirement: We recently had a client requirement in which, the client wanted to calculate the next follow-up date for the current customer. This… Read More »

Multi-Select Option field in Dynamics 365 V9.2 using Power Automate

Introduction With every release of Dynamics 365, Microsoft introduces a wide variety of features. Some of which open new doors of opportunity whereas some help in overcoming existing limitations. Introduction of Multi-Select Option Set was kind of both. However, as a customizer, we still face a few roadblocks when it comes to dealing with any… Read More »