Introduction: In Power Automate, to get the information about the flow that is running workflow function is used and one of the common scenarios in case of failures send notifications in the form of email to a particular user with the flow name and the environment that the flow ran. Step 1: Login to the …
Introduction: In Power Automate, one common scenario is to get the path after the host which will allow to configure url’s easily between environments automatically. uriPath function is used to extract path after host in power automate. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing user name and password …
Introduction: In Dynamics 365 CRM or Power Platform, updates in entity data by using service call /SDK which do changes in server side, then server-side business rules will fire i.e., business rules with scope Entity will fire. As a business scenario we are going to see updates in contact entity by invoking service call through …
Introduction: In Power Automate, most of the common scenario is to extract host details URI where in power automate can be used to form a dynamic url to open any record from an email link which can be achieved easily using URIHost Function . Step 1: Login to the required Power Apps environment using URL …
Introduction: In Power Automate, most of the common scenario is to extract parameters that are present in website url which can be achieved easily using uriQuery Function as an example. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing user name and password and click on Flows on the left …
Introduction: In Dynamics 365 CRM or Power Platform, Business rules provide a quick way of applying business conditions every business rule starts with a condition. In this article we are going to see about an action Recommendations which allows system to make a recommendation to user based on data entered in a form. When the …
Introduction: In Power Automate, most of the common scenario is to verify null values and default to a specific value, in Power Automate it can be achieved easily using Coalesce Function as an example and Plan Object is considered. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing user name …
Introduction: In Power Automate, most of the common scenario is to format Date and Time based on the customer requirement, in Power Automate it can be achieved easily using formatDateTime Function Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing user name and password and click on Flows on the …
Introduction: In Dynamics 365 CRM or Power Platform, Business rules provide a quick way of applying business conditions and every business rule starts with a condition. In this article we are going to see about 2 Actions Lock/Unlock and Show Error Message with a business scenario on contact entity if Vaccination is done, then lock …
Introduction: In Power Automate, in few of the scenarios we need to generate random number example to prepare a unique name with text and combination of Unique number so as to provide a quick test data then rand function is used. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing …