Power Automate Fundamentals # 60: Usage of Min Function in Power Automate

Introduction: In Power Platform, at times we must compare values to identify the minimum number. In Power Automate, min Function can be used quickly to find out min value in the given set of integers /Array . Step 1:                                                                                                                             Login to the required Power Apps environment using URL make.powerapps.com by providing username and password …

Continue reading Power Automate Fundamentals # 60: Usage of Min Function in Power Automate

Power Automate Fundamentals # 59: Usage of Less Function in Power Automate

Introduction: In Power Platform, at times we must compare values to identify whether the given number is less or not. In Power Automate, Less Function can be used quickly to find out whether the given integer/float is less or not by comparing with a number. Step 1:                                                                                                                             Login to the required Power Apps environment …

Continue reading Power Automate Fundamentals # 59: Usage of Less Function in Power Automate

Back to Basics # 43: Clear Form Notifications with Webresource in Dynamics CRM

Introduction: In Dynamics 365 CRM to clear form notifications, web resources of type JavaScript was used. Form context ui related client api reference can be used. As an example, contact form and contact entity record used to set clear form notifications using clearFormNotification if at all title was mentioned on the contact form. Step 1: …

Continue reading Back to Basics # 43: Clear Form Notifications with Webresource in Dynamics CRM

Power Automate Fundamentals # 58: Usage of Scheduled Cloud Flow in Power Automate

Introduction: At times we tend to miss important updates especially some reminders, here in order to handle these kinds of things Scheduled cloud flows comes for rescue in Power Automate. As a real time scenario, we tend to forget to take break of 5 min for every hour while working with computers/ Laptops in this …

Continue reading Power Automate Fundamentals # 58: Usage of Scheduled Cloud Flow in Power Automate

Power Automate Fundamentals # 57: Usage of Trim Function in Power Automate

Introduction: In Power Platform, at times we must omit the spaces that are present inside a string. To achieve this functionality Trim function in Power Automate can be used. As an example, String variable name was used to explain Trim functionality. Step 1:                                                                                                                             Login to the required Power Apps environment using URL make.powerapps.com by …

Continue reading Power Automate Fundamentals # 57: Usage of Trim Function in Power Automate

Back to Basics # 42: Set Form Notifications with Webresource in Dynamics CRM

Introduction: In Dynamics 365 CRM to show form notifications, web resources of type JavaScript was used. Form context ui related client api reference can be used. As an example, contact form and contact entity record used to set show form notifications using setFormNotification. Step 1: Login to the required environment and select required solution [Contact …

Continue reading Back to Basics # 42: Set Form Notifications with Webresource in Dynamics CRM

Power Automate Fundamentals # 56: Usage of Length Function in Power Automate

Introduction: In Power Platform, at times we must length of a string or elements in an array to perform certain operations on them. In Power Automate, Length Function can be used quickly to find out whether the given string or Array have values or not. Step 1:                                                                                                                             Login to the required Power Apps environment …

Continue reading Power Automate Fundamentals # 56: Usage of Length Function in Power Automate

Power Automate Fundamentals # 55: Usage of Empty Function in Power Automate

Introduction: In Power Platform, at times we must verify whether the given json object or string or array have empty value or not. In Power Automate, Empty Function can be used quickly to find out whether empty value present or not. Step 1:                                                                                                                             Login to the required Power Apps environment using URL make.powerapps.com by …

Continue reading Power Automate Fundamentals # 55: Usage of Empty Function in Power Automate

Back to Basics # 41: Use Form Context To Set Form Values with Web resource in Dynamics CRM

Introduction: In Dynamics 365 CRM, to perform customizations web resources of type JavaScript was widely used. To set  different attributes that are present in CRM Form, form context client api reference can be used. As an example, contact form and contact entity record used to set different attributes using form context. Step 1: Login to …

Continue reading Back to Basics # 41: Use Form Context To Set Form Values with Web resource in Dynamics CRM