Category Archives: 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 »

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 »

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 »

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 »

Document Automation with Forms Processing model using AI Builder Connector in Power Automate Flows

Introduction In our earlier article, we explored the reference app released by Microsoft for Document Automation using the Form Processing model of AI Builder. The app that is a ready-to-use sample app demonstrates the process of reading the form submitted through email and extracting the data submitted in the form and presenting it to the… Read More »