Category Archives: Power Automate

Get your own ‘ctrl+z’ button to Undo & Restore changes in Dynamics 365 CRM/Power Apps records with just a single click!

A Preferred App on Microsoft AppSource – Click2Undo is a productivity app for Dynamics 365 CRM/Power Apps that has combined features of the ‘ctrl+z’ button and recycle bin. You can undo the last changes made to the record(s), undo changes made in the past or restore deleted record(s) in Dynamics 365 CRM/Power Apps with just… Read More »

What is PopupService in PowerApps Component Framework?

Introduction While creating PCF control, we have mostly encountered difficulties to create popups and dialog boxes. We use external UI libraries like Fluent UI that enables us to manage popups in our PCF control. Have you heard of PopupService in PowerApps Component Framework? Let us find out what the PopupService is. PopupService is a native… Read More »

Export and Email your Dynamics 365 CRM/Power Apps Views Data in just 1 Click!

One of our 1 Click productivity apps for Dynamics 365 CRM/Power Apps – Click2Export – is your go-to app to export and email reports/word/excel templates with just a single click. A preferred app on Microsoft AppSource, Click2Export effectively saves your time and effort when it comes to exporting data from Dynamics 365 CRM/Power Apps. Be… Read More »

How to Build Responsive Canvas Apps

Introduction Recently Microsoft has released the preview of the new horizontal and vertical container in the Canvas apps layout. While building the apps it is essential that apps are uniform and responsive within any type of device or different screen sizes for an optimized user experience. These layout containers improve the creation of responsive apps… Read More »

Use Relevance Search API in Power Automate & Canvas App – Part 2

Introduction In the previous blog, we obtained the response from the Relevance Search API request through Power Automate Flow. In this blog, we will use that response in the Canvas app. We will see how we can leverage the potential of Relevance search in the Canvas app. If you are not familiar with how to… Read More »

Use Relevance Search API in Power Automate & Canvas App – Part 1

Introduction Relevance Search has been there for a while in our Dynamics 365 CRM that provides access to exciting new search capabilities in the environment. However, before you use this feature, an administrator must enable relevance search in target environment. Using relevance search we can search across multiple tables/entities, sorted by relevance. Let us say… Read More »

Converting DateTime field in a different format in Power Automate using formatDateTime function

Introduction In this blog, we can see how we can convert DateTime type field to the various format using formatDateTime function. Please find the syntax of formatDateTime function: formatDateTime(DATE_TIME_VALUE,DATE_TIME_STRING_FORMAT) Scenario: One of our clients wanted to see the last modified date and time of individual Account record. Also, he wants to see this modified date… Read More »

Formatting Output result for your actions in Custom Connector

Continuing with the series on Custom Connector, today I touch upon output results of your actions. If you have worked with any of the existing connectors including Common Data Service connectors, you will notice that when you choose an action like List or Read, the CRM record object returns individual field values of the record… Read More »

How to set or map null value in Lookup Field using Power Automate CDS Connector (Current Environment)

Introduction Power Automate is a powerful business application that allows the user to create and automate workflows across multiple applications and services without developers’ help. In this blog, we will explore how to set a lookup field as null while mapping the Lookup field with another record’s lookup field which has null value. We can… Read More »