Introduction: In Power Automate, at times we need to perform multiplication arithmetic operations so that we can get easily desired result. As an example, let us see how to calculate number of minutes in a Day with the help of multiplication function. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by …
Category: Power Platform
Posts regarding Power Apps, Power Automate, Power Pages
Power Automate Fundamentals # 16: Usage of Div Function in Power Automate
Introduction: In Power Automate, at times we need to perform division arithmetic operations so that we can get easily desired result . As an example let us see how to calculate price of a candy for quick reference from a bundle cost with the use of div function. Step 1: Login to the required Power …
Continue reading Power Automate Fundamentals # 16: Usage of Div Function in Power Automate
Power Automate Fundamentals # 15: Usage of Mod Function in Power Automate
Introduction: In Power Automate, at times we need to perform Modular arithmetic operations so that we can get desired result, as an example we can see number of customers waiting for tables based on the customers present in a hotel , so that customers will get information about the number of customers waiting , so …
Continue reading Power Automate Fundamentals # 15: Usage of Mod Function in Power Automate
Power Automate Fundamentals # 14: Usage of Range Function in Power Automate
Introduction: In Power Automate, at times we need to have array with integers starting from the specified index for doing different operations in design of online exams or quizzes to provide random questions this function would be useful. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and …
Continue reading Power Automate Fundamentals # 14: Usage of Range Function in Power Automate
Power Automate Fundamentals # 13: Usage of UTCNow in Power Automate
Introduction: In Power Automate, common scenario is to get current date and time to do manipulations on current date. 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 shown in the below figure. Step 2: After Step 1, …
Continue reading Power Automate Fundamentals # 13: Usage of UTCNow in Power Automate
Back to Basics # 19: Register an App in Azure Active Directory with Dynamics CRM Trial Environment
Introduction: In Dynamics 365 CRM or Power Platform, Application Id is required (i.e., oAuth) to authenticate. Here we are going to register a new App in Azure Active Directory so that from Dynamics CRM we can use this app id in the applications most of the common scenarios is to have this app id to …
Rewind August 2021
Back to Basics Series , Power Automate Fundamentals Series - compiled list of my blogs for August 2021 are here. If you missed any you can find it here Back to Basics Series Back to Basics # 17: Business Rules with Scope Entity and Server-Side ExecutionBack to Basics # 16: Business Rules with Actions RecommendationsBack …
Power Automate Fundamentals # 12: Usage of DayofWeek in Power Automate
Introduction: In Power Automate, there is a common task to extract complete day of the week from the given date, for this DayofWeek function will be used. Here in this example, we will see how to name of the day in a week. Step 1: Login to the required Power Apps environment using URL make.powerapps.com …
Continue reading Power Automate Fundamentals # 12: Usage of DayofWeek in Power Automate
Power Automate Fundamentals # 11: Usage of Add Days in Power Automate
Introduction: In Power Automate, one of the common scenarios is to do some operations on current date. So, Add Days is one of the functions of its kind which works on the current date so that certain actions like sending an email to alert or give information to user as an example here I am …
Continue reading Power Automate Fundamentals # 11: Usage of Add Days in Power Automate
Power Automate Fundamentals # 10: Usage of workflow Function in Power Automate
Introduction: In Power Automate, to get the information about the flow that is running workflow function is used and one of the common scenarios in case of failures send notifications in the form of email to a particular user with the flow name and the environment that the flow ran. Step 1: Login to the …
Continue reading Power Automate Fundamentals # 10: Usage of workflow Function in Power Automate
