knowledgecenter-breadcrum

Category

Category : Power Automate

Revolutionizing Build Warranty's Operations with a Scalable and Automated Dynamics 365 Solution

Customer Overview Build Warranty (BW), a leading UK-based provider of warranty solutions for the construction industry, sought a strategic partner to overhaul its IT systems. Their self-designed Dynamics 365 setup was plagued with incorrect configurations, hampering scalability and operational efficiency. They required a robust, automated system to streamline both internal…

Creating a Power Automate(MS Flow) to Save Email Attachments to a SharePoint

Introduction: – Creating a MS Flow to Save Email Attachments to a SharePoint Library Use Case: In this use case, an automated flow monitors the Outlook inbox for incoming emails with a specific subject line and email address. When such an email arrives, the flow automatically extracts and saves the…

How In-App Notifications in D365 CE Can Revolutionize Your Workday

In-app notifications provide real-time updates within the D365 platform, keeping you informed about important events and changes as they happen. Whether it’s a new case assigned to you, a customer inquiry that needs a response, or a critical deadline approaching, in-app notifications ensure that you’re always in the loop. Today,…

Create A Login Page, Validate Login and Send Email using Cloud Flows in Canvas App

Create A Login Page, Validate Login and Send Email using Cloud Flows in Canvas App In this Blog, we will learn how to create A Login Page and Validate Login using Credentials (for example if a user is one of the contacts in the Contact Table in Dataverse, he will…

How to call Cloud Flow from JavaScript.

Introduction: -In this blog we are going to see how to call cloud flow from JavaScript.  Use Case-: On clicking the ‘Call Flow’ button, we update the name field of the Accounts table in the dataverse. Steps: –  Creating a button in the Model-driven app:- You can check out the…

Convert HTML Description into Plain Text of Email Message Record

Convert HTML Description into Plain Text of Email Message Record Introduction: In this blog, we will see how we can extract the plain text from email message record in Dataverse. As we know, when we create email record with description then the description content will be stored in the form…

Run as Option in Power Automate

Run as Option in Power Automate Introduction In this blog, we are going to explorer the “Run As” option of power automate as highlighted below: This option allows to execute the Power Automate under the Selected option of “Run as” property. Run as Option Details Below are the details about…

Send Custom JSON data using Power Automate

Send Custom JSON data using Power Automate Introduction In this blog, we are going to see the how we can create custom JSON data in power automate and can send as response. Recently, we had a requirement where we needed to send few details of entities whenever our power automate…

Set Lookup in power automate using CDS VS CDS (Current Environment)

Set Lookup in power automate using CDS VS CDS (Current Environment) Introduction The Microsoft is improving the feature of Common data service and the CDS (Current Environment) is advance version of CDS. Today we will see, how we can set lookup in power automate using CDS Vs. CDS (current environment)…

SQL Connectors in Microsoft Flow/Power Automate

SQL Connectors in Microsoft Flow/Power Automate Introduction In this blog, we have explained how to use SQL connectors in Microsoft Flow/Power Automate. We can easily map SQL server database table to CRM entities or update record in to CRM entities from SQL table and vice versa. Whenever changes happen in…

How to create SAS URI to access file from Azure Blob Storage using Microsoft Power Automate (Flow)?

How to create SAS URI to access file from Azure Blob Storage using Microsoft Power Automate (Flow)? Introduction In this blog, I have explained how to create SAS URI to access file from Azure Blob Storage using Microsoft Power Automate (Flow). Solution To access or download file from Azure blob…

How to upload a file to Azure Blob Storage using MS Flow?

How to upload a file to Azure Blob Storage using MS Flow? Introduction In this blog I have explained how to upload any file to Azure Blob Storage using Microsoft Power Automate (Flow). Solution We will use Base64 string as file content. To trigger this flow, I have created HTTP…

Part 2: Use Microsoft Flow to move Notes attachments from Dynamics 365 to SharePoint

Part 2: Use Microsoft Flow to move Notes attachments from Dynamics 365 to SharePoint Introduction This is second part of blog, which I published few days back. Second part explains how we can use SharePoint integration to create folder structure and move the attachments to SharePoint using MS Flow. Note:I…

Use Microsoft Flow to move Notes attachments from Dynamics 365 to SharePoint

Use Microsoft Flow to move Notes attachments from Dynamics 365 to SharePoint Introduction In this blog I have explained how Microsoft Flow helps in moving attachments from Notes to SharePoint without any coding. I have explained the steps with the help of use case scenario. This topic is divided into…