Power Automate Fundamentals # 5: Usage of formatDateTime Function in Power Automate

Introduction: In Power Automate, most of the common scenario is to format Date and Time based on the customer requirement, in Power Automate it can be achieved easily using formatDateTime Function Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing user name and password and click on Flows on the …

Continue reading Power Automate Fundamentals # 5: Usage of formatDateTime Function in Power Automate

Power Automate Fundamentals # 4: Usage of rand Function in Power Automate

Introduction: In Power Automate, in few of the scenarios we need to generate random number example to prepare a unique name with text and combination of Unique number so as to provide a quick test data then rand function is used. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing …

Continue reading Power Automate Fundamentals # 4: Usage of rand Function in Power Automate

Power Automate Fundamentals # 3: Usage of Decode Uri in Power Automate

Introduction: In Power Automate, to return a normal url from URL Safe Characters embedded encoded URI decodeUriComponent function is used. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing user name and password and click on Flows on the left hand side as shown in the below figure. Step 2: …

Continue reading Power Automate Fundamentals # 3: Usage of Decode Uri in Power Automate

Power Automate Fundamentals # 2: Usage of Encode Uri in Power Automate

Introduction: In Power Automate, to return a uniform resource identifier (URI) encoded version for a string by replacing URL-unsafe characters with escape characters we can use either encodeUriComponent or uriComponent functions in expressions. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing user name and password and click on Flows …

Continue reading Power Automate Fundamentals # 2: Usage of Encode Uri in Power Automate

Power Automate Fundamentals # 1: Quick Conversion from UTC To IST

Introduction: In Power Automate, functions plays an important role for conversions, in order to quickly see how to Convert UTC Time to IST Time we use Instant Cloud flow. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing user name and password and click on Flows on the left hand …

Continue reading Power Automate Fundamentals # 1: Quick Conversion from UTC To IST