Introduction: To improve flows with cloud flow Process Insights (Preview) is available in Power Automate. We can gain insights and improve our cloud flows with the help of process mining. With a few selections, we can visualize our flow’s performance, identify bottlenecks and optimization opportunities, and monitor for business drifts. As an example, for a …
Category: Power Automate
Power Automate Fundamentals # 74: Get the forecast for tomorrow from MSN in Power Automate
Introduction: In order to forecast for tomorrow weather, we can use MSN Weather connector that is available in power automate. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand side as shown in the below figure. Step 2: After …
Power Automate Fundamentals # 73: Get Current Weather from MSN in Power Automate
Introduction: In order to get details of current weather , we can use MSN Weather connector that is available in power automate. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand side as shown in the below figure. Figure …
Continue reading Power Automate Fundamentals # 73: Get Current Weather from MSN in Power Automate
Power Automate Fundamentals # 72: Get Forecast from MSN in Power Automate
Introduction: In order to get details of weather , we can use MSN Weather connector that is available in power automate. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand side as shown in the below figure. Figure 1 …
Continue reading Power Automate Fundamentals # 72: Get Forecast from MSN in Power Automate
Power Automate Fundamentals # 71: Understand Terminate Action in Power Automate
Introduction: Generally, in certain scenarios, we must terminate a flow if at all some condition was not met. In Power automate we can achieve this by using Terminate Action. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand side …
Continue reading Power Automate Fundamentals # 71: Understand Terminate Action in Power Automate
Power Automate Fundamentals # 70: Understand Cancel Flow Run Action in Power Automate
Introduction: Generally in certain scenarios, we have to cancel current flow if at all some condition was not met. So with out opening each flow in the consolidated list of flow runs we can easily find which flow runs passed and which are cancelled .In Power automate we can achieve this by using Cancel Flow …
Power Automate Fundamentals # 69: Understand Switch Statement in Power Automate
Introduction: Generally to handle multiple conditions then like in javascript and C# .net switch will be used, in the same way in Power automate also we can use Switch action. In this article we can see how it can be used to decide whether a person can take vaccination or not. Step 1: Login …
Continue reading Power Automate Fundamentals # 69: Understand Switch Statement in Power Automate
Power Automate Fundamentals # 68: Handle Nulls in Parse JSON Action in Power Automate
Introduction: Whenever working with json payload’s in power automate, always a possibility of receiving null values inside json, where Parse JSON Action will be errored out because of these null values. To handle this we have to modify Schema of the generated Schema for the provided json. Step 1: Login to the required Power …
Power Automate Fundamentals # 67: Prepare Quick Test Data Using Power Automate
Introduction: At times we used to prepare quick test data for customers to quickly demo. During that scenario we can easily create some test records with Power Automate. As an example I have showed how quickly create contact reo Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username …
Continue reading Power Automate Fundamentals # 67: Prepare Quick Test Data Using Power Automate
Power Automate Fundamentals # 66: Understand UnBound Action in Power Automate
Introduction: During certain scenarios it is required to call Unbound action. To call a unbound action we can do it with javascript , plugins and power automate. In all the other methods except power automate you have to write explicit logic to call a unbound action. As an example, we call a generic unbound action …
Continue reading Power Automate Fundamentals # 66: Understand UnBound Action in Power Automate