Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
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?
  • v-alzhan-msft Profile Picture
    on at
    Re: How can i get the month in string on a date 20 days ago from now

    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,118 Super User 2025 Season 1 on at
    Re: How can i get the month in string on a date 20 days ago from now

    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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,635 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow