Power Automate Fundamentals # 10: Usage of workflow Function in Power Automate

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 …

Continue reading Power Automate Fundamentals # 10: Usage of workflow Function in Power Automate

Power Automate Fundamentals # 9: Usage of uriPath Function in Power Automate

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 …

Continue reading Power Automate Fundamentals # 9: Usage of uriPath Function in Power Automate

Back to Basics # 17: Business Rules with Scope Entity and Server-Side Execution

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 …

Continue reading Back to Basics # 17: Business Rules with Scope Entity and Server-Side Execution

Power Automate Fundamentals # 8: Usage of URIHost Function in Power Automate

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 …

Continue reading Power Automate Fundamentals # 8: Usage of URIHost Function in Power Automate

Power Automate Fundamentals # 7: Usage of uriQuery Function in Power Automate

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 …

Continue reading Power Automate Fundamentals # 7: Usage of uriQuery Function in Power Automate

Back to Basics # 16: Business Rules with Actions Recommendations

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 …

Continue reading Back to Basics # 16: Business Rules with Actions Recommendations

Power Automate Fundamentals # 6: Usage of Coalesce Function in Power Automate

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 …

Continue reading Power Automate Fundamentals # 6: Usage of Coalesce Function in Power Automate

Power Automate Fundamentals # 5: Usage of formatDateTime Function in Power Automate

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 …

Continue reading Power Automate Fundamentals # 5: Usage of formatDateTime Function in Power Automate

Back to Basics # 15:Business Rules with Actions Lock, Unlock and Show Error Message

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 …

Continue reading Back to Basics # 15:Business Rules with Actions Lock, Unlock and Show Error Message

Power Automate Fundamentals # 4: Usage of rand Function in Power Automate

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 …

Continue reading Power Automate Fundamentals # 4: Usage of rand Function in Power Automate