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 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 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 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 …
Introduction: In Power Automate, to return a normal url from URL Safe Characters embedded encoded URI decodeUriComponent function is used. 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 hand side as shown in the below figure. Step 2: …
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 2 Actions Set Default Value and Set Field Value with a business scenario on contact entity if Vaccination is done, then …
Introduction: In Power Automate, to return a uniform resource identifier (URI) encoded version for a string by replacing URL-unsafe characters with escape characters we can use either encodeUriComponent or uriComponent functions in expressions. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing user name and password and click on Flows …