Power Automate Fundamentals # 30: Usage of Less Than Function in Power Automate

Introduction: In Power Automate, generic arithmetic operations like Less Than will be used to validate provided integer values. As an example, an integer variable used to work with Less than function. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand …

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

Back To Basics : Curated List of Articles in a Single Page

Back to Basics # 71: Filter SubGrid Using a Webresource in Dynamics CRM Back to Basics # 70: Run JavaScript from Ribbon WorkBench in Dynamics CRM Back to Basics # 69: Usage of Parameters from Modern Command Designer in Dynamics CRM Back to Basics # 68: Run JavaScript from Modern Command Designer in Dynamics CRM Back to …

Continue reading Back To Basics : Curated List of Articles in a Single Page

Back to Basics # 28: Call Action from BPF in Dynamics CRM

Introduction: We can enhance BPF so that an Action can be called in between stages. So here, in this post we see in the same vaccination use case send an email to selected contact in the initial stage. Step 1: Login to the required environment and go to flows and select Business process flows - …

Continue reading Back to Basics # 28: Call Action from BPF in Dynamics CRM

Power Automate Fundamentals # 29: Usage of Greater Function in Power Automate

Introduction: In Power Automate, generic arithmetic operations like Greater will be used to validate provided integer values. As an example, an integer variable used to work with Greater function. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand side as …

Continue reading Power Automate Fundamentals # 29: Usage of Greater Function in Power Automate

Power Automate Fundamentals # 28: Usage of GreaterOrEqual Function in Power Automate

Introduction: In Power Automate, generic arithmetic operations like GreaterOrEqual will be used to compare between values. As an example, Speed Limit with integer value considered to compare with other integer values. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand …

Continue reading Power Automate Fundamentals # 28: Usage of GreaterOrEqual Function in Power Automate

Back to Basics # 27: Call Workflow from BPF in Dynamics CRM

Introduction: We can enhance BPF so that a workflow can be called in between stages. So here, in this post we see in the same vaccination use case send an email to selected contact if vaccination completed. Step 1: Login to the required environment and go to flows and select Business process flows as shown …

Continue reading Back to Basics # 27: Call Workflow from BPF in Dynamics CRM

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