Category Archives: Power Automate

How to WIN/LOSE Dynamics 365 CRM Opportunity through Power Automate FLOW

Introduction: With Power Automate FLOW, we can execute a huge number of operations by connecting various systems. Now, we are talking about the Dynamics 365 CRM where we can execute the Actions of Dynamics 365 CRM. Here, we know that with the “Perform an unbound/bound” action step we can execute the CRM actions. So, we… Read More: How to WIN/LOSE Dynamics 365 CRM Opportunity through Power Automate… »

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: Exploring Automation Recommendation in Power Automate Process Advisor »

Displaying rich responses in Power Virtual Agent Chat bot using Adaptive Cards

In the earlier article we integrated PVA with an external API using Power Automate HTTP connector. The response returned by the API was displayed in simple text format to the user. In this article we will explore displaying rich responses using Adaptive Cards. We will extend our earlier example and continue to use the Azure… Read More: Displaying rich responses in Power Virtual Agent Chat bot using… »

Consuming REST API using HTTP connector of Power Automate Flow from Power Virtual Agents

Power Virtual Agents are the no-code/low-code Chatbot offering within its Power Platform offering. An intuitive drag and drop interface helps to get started quickly with building your first interactive bot that can assist your users with common queries with the ability to handover to human agent when it is beyond the bot to respond to… Read More: Consuming REST API using HTTP connector of Power Automate Flow… »

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: Use of Custom API in Power Automate Flow »

How to create simple Lookup using PCF Control

Introduction: With recent updates to the PowerApps Component Framework (PCF), developers can now create custom PCF controls for lookup fields a capability that was not supported earlier. Previously, lookup fields in Dataverse and model-driven apps could not be directly bound to PCF controls in a supported manner. However, Microsoft introduced the Lookup.Simple property type, which… Read More: How to create simple Lookup using PCF Control »

Controlling Typeahead Search Trigger in the Advanced Lookup

Introduction: We are already aware of the Advanced Lookup feature that Microsoft has added in the Release 2021 Wave 1. And along with it some additional features have been introduced to trigger a typeahead search in Advanced Lookup behavior i.e., “Minimum number of characters to trigger typeahead search” and “Delay between character inputs that will… Read More: Controlling Typeahead Search Trigger in the Advanced Lookup »

How to Read URL Parameters from URL using uriQuery() function in Power Automate

Introduction In this blog, we will see how to read the parameter from the URL in Power Automate. For example, let’s take the below URL: https://inogic.com?EmpId=1&EmpName=JohnThomas Here, we have passed Employee Id and Employee Name in the web URL and now we have to get those two parameters from URL. There is one inbuilt function… Read More: How to Read URL Parameters from URL using uriQuery() function… »

Actionable messages in Microsoft Teams with Adaptive Cards using Power Automate Flows

In one of our earlier blog, we had looked at approvals connector that would allow us to send an approval message to select users and wait to receive their response before further action is initiated. The approvals are presented through a power automate mobile app or can be accessed from the flow portal. Microsoft Teams… Read More: Actionable messages in Microsoft Teams with Adaptive Cards using Power… »