cancel
Showing results for 
Search instead for 
Did you mean: 
rampprakash

Convert UTC to IST time zone Using Microsoft Power Automate

Implementation Steps:

 

1. Navigate to https://make.powerautomate.com

 

2. Click My Flows --> Select New Flows and Select Instant Cloud Flows

 

rampprakash_0-1657024894683.png

 

3. Once Selected it will Open a Popup --> Input the Flow Name and Select PowerApps and Click Create

 

rampprakash_1-1657024972395.png

 

4. Now Click Add New Step

rampprakash_2-1657025008038.png

 

5. Search for Compose

rampprakash_3-1657025068272.png

 

6. Now Select the Data Operation (Compose)

 

7. Once Compose Added add an Expression called utcNow() and Click OK

 

rampprakash_4-1657025124683.png

 

8. Again Click on Add Step and Add another Compose to Convert UTC to IST TimeZone

 

rampprakash_5-1657025202245.png

 

convertFromUtc(utcNow(),'India Standard Time')

 

Add the Above Query in the Expression and Click Ok

 

9. Now Save the Flow and Click Test

 

rampprakash_6-1657025283357.png

 

 

10. In the Test flow--> Select manually and Click Test

 

rampprakash_7-1657025313359.png

 

11. Then Select Run Flow and Click Done

 

rampprakash_8-1657025350151.png

 

 

12. Now all the Steps Ran Successfully

 

Expand the Respective Steps to View the Time Difference

 

rampprakash_9-1657025406817.png

 

 13. Now you can see the difference, first Compose showing UTC and Second Compose 2 Showing UTC to IST Conversion

 

You can Rename it for Better Understanding as well

 

That's it 🙂