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

Power Automate Fundamentals # 3: Usage of Decode Uri in Power Automate

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: …

Continue reading Power Automate Fundamentals # 3: Usage of Decode Uri in Power Automate

Back to Basics # 14: Business Rules with Actions Set Default Value and Set Field Value in Model Driven Power Apps

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 …

Continue reading Back to Basics # 14: Business Rules with Actions Set Default Value and Set Field Value in Model Driven Power Apps

Power Automate Fundamentals # 2: Usage of Encode Uri in Power Automate

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 …

Continue reading Power Automate Fundamentals # 2: Usage of Encode Uri in Power Automate

Power Automate Fundamentals # 1: Quick Conversion from UTC To IST

Introduction: In Power Automate, functions plays an important role for conversions, in order to quickly see how to Convert UTC Time to IST Time we use Instant Cloud flow. 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 …

Continue reading Power Automate Fundamentals # 1: Quick Conversion from UTC To IST