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

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

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

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

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