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

Power Automate Fundamentals # 54: Usage of Intersection Function in Power Automate

Introduction: In Power Platform, at times we must take common values present in Arrays or objects. In these scenarios, Intersection function in Power Automate can be used. As an example, Names Array and Names Object and Actual Names Array,Actual Names Objects were used to explain this behaviour. Step 1:                                                                                                                             Login to the required Power …

Continue reading Power Automate Fundamentals # 54: Usage of Intersection Function in Power Automate

Power Automate Fundamentals # 53: Usage of Union Function in Power Automate

Introduction: In Power Platform, at times we must combine couple of Arrays or objects. In these scenarios, Union function in Power Automate can be used. As an example, Names String Array and Vehicles String Array were used to explain this behaviour. Step 1:                                                                                                                             Login to the required Power Apps environment using URL make.powerapps.com by …

Continue reading Power Automate Fundamentals # 53: Usage of Union Function in Power Automate

Back to Basics # 40: Understand Form Context to Read Form Data with Web Resource in Dynamics CRM

Introduction: In Dynamics 365 CRM, to perform customizations web resources of type JavaScript was widely used. To read 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 read different attributes using form context. Step 1: Login to …

Continue reading Back to Basics # 40: Understand Form Context to Read Form Data with Web Resource in Dynamics CRM

Power Automate Fundamentals # 52: Usage of Take Function in Power Automate

Introduction: In Power Platform, at times we must take few elements from an Array or few characters from a given string. In these scenarios, Take function in Power Automate can be used. As an example Employees String Array and Employee Name String variable were used to explain this behaviour. Step 1: Login to the required …

Continue reading Power Automate Fundamentals # 52: Usage of Take Function in Power Automate

Power Automate Fundamentals # 51: Simple Paging With FetchXML on Lists in Power Automate

Introduction: In few scenarios when working on List of records for a given entity, we must provide paging to perform certain operations. In order to achieve this, we use different actions in Dataverse and power automate like do until, List Rows, Scope, Initialize, Increment and Set Variables . As an example for contacts entity with …

Continue reading Power Automate Fundamentals # 51: Simple Paging With FetchXML on Lists in Power Automate

Back to Basics # 39: Link Web resource to a Form using Classic UI in Dynamics CRM

Introduction: In Dynamics 365 CRM, way to link Web resource to a Form was by using Classic form where we can attach a web resource to form. As an example, in Contact customizations solution for contact main form we see how to link web resource by registering to form load event using classic UI which …

Continue reading Back to Basics # 39: Link Web resource to a Form using Classic UI in Dynamics CRM