web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How can i get the mont...
Power Automate
Unanswered

How can i get the month in string on a date 20 days ago from now

(0) ShareShare
ReportReport
Posted on by 4

Hi, 

I am trying to get  the month in string on a date 20 days ago from now

Here is the expression I tried in my flow:

 

addDays( formatDateTime(utcNow(), 'dd-mm-yyyy'), -20)
 
But I get an error saying 
 
In function 'addDays', the value provided for date time string '15-28-2020' was not valid. The datetime string must match ISO 8601 format.'.
 
Can you please tell me if there is another way to do this?
Categories:
I have the same question (0)
  • v-alzhan-msft Profile Picture
    on at

    Hi @sacheu ,

     

    You could take a try with expression below to achieve the requirement:

    formatDateTime(addDays(utcNow(),-20),'MM')

    Please let me know if your problem could be solved.

     

    Best regards,

    Alice       

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • RobElliott Profile Picture
    10,387 Super User 2025 Season 2 on at

    Hi @sacheu in Power Automate months are always in upper case MM. Lower case is for minutes. One way to get just the month is to use a Convert time zone action:
    MM.png

    The output of MM will be 12, MMM will give you Dec and MMMM December and you can use the Converted Time output in follow-on actions.

    Rob
    Los Gallardos
    If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2025 Season 2

#2
Expiscornovus Profile Picture

Expiscornovus 211 Most Valuable Professional

#3
trice602 Profile Picture

trice602 198 Super User 2025 Season 2

Last 30 days Overall leaderboard