Power Automate Fundamentals # 27: Usage of JSON Function in Power Automate

Introduction: In Power Automate, at times we must work on JSON with String Values as input. We can use JSON function in power automate to convert string values to JSON and perform related operations. As an example, string values separated with comma and also xml string values are used. Step 1: Login to the required …

Continue reading Power Automate Fundamentals # 27: Usage of JSON Function in Power Automate

Power Automate Fundamentals # 26: Usage of XML Function in Power Automate

Introduction: In Power Automate, at times we must work on strings which have XML values. We can use XML function in power automate to convert string value to XML and perform related operations. As an example, notification xml string is used here to send notification to required person. Step 1: Login to the required Power …

Continue reading Power Automate Fundamentals # 26: Usage of XML Function in Power Automate

Back to Basics # 26: Enhance BPF With Branching in Dynamics CRM

Introduction: To define and enforce consistent business processes help people using the system can focus on their work and not to perform a set of manual steps. At times based on some conditions we must show or hide stages based on conditions. So here, in this post we see in the same vaccination use case …

Continue reading Back to Basics # 26: Enhance BPF With Branching in Dynamics CRM

Power Automate Fundamentals # 25: Usage of Int Function in Power Automate

Introduction: In Power Automate, at times we have to work on strings which have integer values .We can use Int function in power automate to convert string value to integer and perform related operations . As an example a small use case to increment age of a person post conversion of string value to integer …

Continue reading Power Automate Fundamentals # 25: Usage of Int Function in Power Automate

Power Automate Fundamentals # 24: Usage of Float Function in Power Automate

Introduction: In Power Automate, at times we must work on fraction values, float function is used to achieve this. As an example in order to send discounts notifications to customers during festival season we make use of this fraction function to provide price of a product after discount. Step 1: Login to the required Power …

Continue reading Power Automate Fundamentals # 24: Usage of Float Function in Power Automate

Back to Basics # 25: Understand BPF Stages and Data Steps in Dynamics CRM

Introduction: To define and enforce consistent business processes help people using the system can focus on their work and not to perform a set of manual steps. If we need staff in any organization to follow same steps and stages to follow with customers, then Business Process Flow will be used. In this article we …

Continue reading Back to Basics # 25: Understand BPF Stages and Data Steps in Dynamics CRM

Power Automate Fundamentals # 23: Usage of Bool Function in Power Automate

Introduction: In Power Automate, at times we need to take decision based on Boolean value, it could be string or Boolean value. As an example, Power outage variable  with true value is considered for demonstration and then Bool function is used for condition validation. Step 1: Login to the required Power Apps environment using URL …

Continue reading Power Automate Fundamentals # 23: Usage of Bool Function in Power Automate

Back to Basics # 24: Create Auto Number Field in Dynamics CRM

Introduction: In Dynamics / Power Platform at times we require automatically generate auto number for an entity which has the alphanumeric characters. Microsoft offers custom format auto number option as well.  In this example let us see for contact entity how this can be achieved to generate automatic Id creation for contact record. Step 1: …

Continue reading Back to Basics # 24: Create Auto Number Field in Dynamics CRM

Power Automate Fundamentals # 22: Usage of Create Array Function in Power Automate

Introduction: In Power Automate, at times we need to merge 2 different strings into an Array we can use Create Array Function so that we can get easily desired result. As an example, let us see how to get an array of emails with 2 strings as well as process to merge two different arrays …

Continue reading Power Automate Fundamentals # 22: Usage of Create Array Function in Power Automate

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

Introduction: In Power Automate, at times we need to compare values Min Function is used so that we can get easily desired result. As an example, let us see how to get Minimum age of 2 persons as well as minimum value from a given array of integers with the help of Min function. Step …

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