Display Month in Text Format Using Power Automate

 Introduction:

Using Power Automate we can format date in various formats, however we had a requirement to populate date in document in  June 10,2020  format.

 

Solution:

Here is how to achieve the same.

In this example I am formatting the System date which is obtained from function utcnow().

 

formatDateTime(utcNow(),'MMMM dd, yyyy')

Graphical user interface, application

Description automatically generated

 

Output:

Graphical user interface, text, application, email

Description automatically generated

 

If you do not need to display the full Month in words, you can write "MMM" instead of "MMMM" and get the below output.

Graphical user interface, text, application, email

Description automatically generated

 


Comments

Popular posts from this blog

The supplied reference link is invalid Error in Cloudflows

Set Dynamic Recipients of D365 Email in Power Automate

Retrieve Email Recipients (TO, CC, BCC) in Cloud Flow