Posts

Types of Flow in Power Automate.

Image
Hello Guys, Till the time we have seen many flows and their implementation in Power Automate. Today we will learn various types of Flow available in Power Automate. If you are new to Power Automate then please read this blog  Power Automate . Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. While working with MS Flows we are having five types of Flows as shown below. Automated Instant Scheduled UI Flow Business Process Flow The difference between these flows depends on how they run and called.  1. Automated Flow This type of flow run when any triggering action occurs. In other words this flow is triggered when an event occurs in CDS like record creation, record updating or record deletion. There are many automated flows triggers but the main identification for this flow is these flow starts with "When". Here are some blogs which are using Automated Flows. https://ravishchandragupt

Using Exit features in Canvas Application.

Image
Hello Guys, In our previous blog  we have seen how to send a notification in canvas application when an opportunity is won using Microsoft Flow. Today we will see how to implement Exit Features in Canvas Power apps. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. While using a canvas application through a device like Phone or Tab we have faced issue like closing the current app and starting a new app from the apps gallery. For example consider a scenario where we are using Power Apps for mobile application. When we login to Power apps for mobile application we see below interface. Now suppose we are opening the first app i.e. Opportunity Viewer. It will open the below  app. As you can see in above image we don't have any Exit icon. In this scenario we are not able to close the application. To close the application we need to kill  thread of the apps by closing all the apps. Also there

Send a Notification in Canvas App when opportunity is won using Microsoft Flow.

Image
  Hello Guys, Today we will see how to send a notification in canvas application when an opportunity is won using Microsoft Flow. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. Consider a scenario where we have users and we want to notify user using a notification on mobile or tab when opportunity is won. Here we will be creating one canvas application named Opportunity Viewer which will display a list of opportunity. User will be able to open the opportunity record using this canvas application. Navigate to  https://make.powerapps.com  and select your environment.  Click on Common Data Service in Start From Data which will open a new window and configure it as below(Select opportunity) and click on Connect. This will create your canvas application. Save the application and publish it. Now we will be creating one MS Flow for sending a notification. We will trigger this flow on update of o

Using Canvas application in Model Driven App.

Image
Hello Guys, In our  previous blog  we have seen how to call MS Flow in canvas application. Today we will see how to make a call canvas application in Model Driven Application. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. To call canvas application in model driven application we need to create one button on entity first. For time being I have already created this button named Upload Files on Contact entity using Ribbon Workbench. Now navigate to  https://make.powerapps.com  and click on apps. Select your app and click on three dots(...) and select details. Copy web link url and keep it somewhere. Now we will be creating a web resource of JScript type which contains code for calling canvas application. Create one JScript web resource and copy and paste below code in that resource. This function will be called on click of Upload Files button. Now open canvas application. Select the screen

Calling Microsoft Flow in Canvas application.

Image
  Hello Guys, In our previous blog  we have seen how to make attachment control visible in canvas application. Today we will see how to make a call of MS Flow in canvas application also how to upload files using MS Flow in SharePoint site. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. We will be working with the same example which we have used in our previous blog. As you can see in below image we have already added an attachment control to the screen and changed the back color of the screen. Now we will be adding one button on the screen. On click of the button we will be uploading files which are available in attachment control. Now we will declare two variables which are used for set Entity name and Record GUID of the entity. Select the screen and select its On Visible event and write below formula. Here for demonstration purpose we are using contact entity and have created one contac