Introduction: During certain scenarios we must work on List of records to perform certain operations like sending alerts to list of customers. In these scenarios it is critical to filter records to make sure actual requirement was met. In Power Automate, we can use FetchXMLQuery option under List Rows as an example we can see …
Author: venkatasubbaraopolisetty
Power Automate Fundamentals # 45: Usage of HTML Table in Power Automate
Introduction: In Power Platform for certain scenarios data needs to be represented in HTML Table , in those cases we can work with HTML Table Action, as an example we will show list of contacts in an HTML Table. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and …
Continue reading Power Automate Fundamentals # 45: Usage of HTML Table in Power Automate
Back to Basics # 36: Creation of Web resource JavaScript Type in Dynamics CRM
Introduction: In Dynamics 365 CRM, any functionality cannot be achieved through OOB [Out of Box] functionality, then first thing comes into mind was customizations. So, basic customizations can be achieved starting with Web resources (js type) under code especially through JavaScript. As a business case, a new web resource will be created in Contact Customizations …
Continue reading Back to Basics # 36: Creation of Web resource JavaScript Type in Dynamics CRM
Rewind December 2021
Back to Basics Series , Power Automate Fundamentals Series – compiled list of my blogs for December 2021 are here. If you missed any you can find it here Back to Basics Series Back to Basics # 35: Automatic Stage Movement using CRM Plugin in BPFBack to Basics # 34: Restrict Manual Movement of Stages using …
Power Automate Fundamentals # 44: Usage of Skip Function in Power Automate
Introduction: In Power Platform, at times we must skip few elements from an Array or few characters from a given strings. In these scenarios, Skip function in Power Automate can be used.As an example Employees String Array and Employee Name String variables are used to explain this behaviour. Step 1: Login to the required Power …
Continue reading Power Automate Fundamentals # 44: Usage of Skip Function in Power Automate
Power Automate Fundamentals # 43: Extract Choice Text Value in Power Automate
Introduction: In Power platform for some requirements, it is required to extract Choice values for entities. As an example, on update of Contact record, Status [Choice] Text Value will be extracted . 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 …
Continue reading Power Automate Fundamentals # 43: Extract Choice Text Value in Power Automate
Back to Basics # 35: Automatic Stage Movement using CRM Plugin in BPF
Introduction: During some scenarios we must automatically move BPF Stages based on server-side code. This can be achieved by CRM Plugin. As an example, on update of a title field for a selected contact record BPF will automatically moves to next stage. Step 1: Login to the required environment and go to flows and select …
Continue reading Back to Basics # 35: Automatic Stage Movement using CRM Plugin in BPF
Power Automate Fundamentals # 42: Get Lookup Field Text in Power Automate
Introduction: In Power Automate one of the common scenarios was to extract Look up Field Text which will be a nightmare for the people who are new to Power Automate about how to extract details of lookup field. As an example on update of Contact Table, Account Details will be extracted . Step 1: Login …
Continue reading Power Automate Fundamentals # 42: Get Lookup Field Text in Power Automate
Power Automate Fundamentals # 41: Working with List Rows Present in Excel Table OneDrive in Power Automate
Introduction: In Power Automate, during certain scenarios we must traverse all the records in excel file table and based on few conditions content in excel to be updated. List Rows action present under Excel Online(Business) Connector in power automate can be used. As an example scenario of updating eligibility of Employees based on Age explained …
Back to Basics # 34: Restrict Manual Movement of Stages using JavaScript in BPF
Introduction: In certain implementations, we must restrict manual movement of Stages in BPF for a selected record as a business requirement. To achieve this functionality, we can use JavaScript to restrict movement of next and previous stage. Step 1: Login to the required environment and go to flows and select Business process flows – Vaccination …
Continue reading Back to Basics # 34: Restrict Manual Movement of Stages using JavaScript in BPF
