Tag Archives: Power Automate

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 »

Seamless Report Customization & Execution with Resco Mobile App and Power Automate

The Resco Mobile App provides a valuable feature that enables users to customize reports through the Resco Report Tool. This tool constructs a report in the form of a template, storing it within the CRM system. Within a form, there is a command named “Run Report,” which grants users the choice to initiate the report… 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 »

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 »

Manually Map a Contact in Power Automate

Introduction: Service Provider companies manage cases to provide support or service to customers with resolution to the incident reported by the customer. With the help of automatic record creation and update rules, external source data can be captured to create Dataverse records which help to reduce manual efforts and improve the efficiency of service. For example,… Read More »

How to send multiple attachments in email using Power Automate

Introduction In this blog, let us explore how we can dynamically retrieve the attachment files from notes and then send that attachment via email. To achieve the above requirement we have created one Power Automated Flow as follows: Step 1: Create one automated flow that is triggered on the Account entity record of the Create, Update, and… Read More »

Exploring Automation Recommendation in Power Automate Process Advisor

Introduction Power Automate has released many new things one of which is Process Advisor which instantly collects precise stages for each process in your company, allowing you to better identify where workflows could be optimized. Some more benefits of Process Advisors are as follows, Determine which tasks take the most time Find out which activities… Read More »

Use of Custom API in Power Automate Flow

Introduction As seen in our previous blog, we can create a custom API that can be triggered in Dynamics 365 CRM Workflows. But since Microsoft is moving away from Dynamics 365 CRM Workflows to Power Automate Flows, we should too. So, in this blog, we will see how to use the same Custom API in… Read More »