Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

UTC Date condition failing for notifications

(0) ShareShare
ReportReport
Posted on by 50

I want my action to run upon the condition IF current month is less than or equal to February.

I tried utcnow('MM') is less than or equal to 02 but it won't work. 

Getting the error message that they dont match the correct format. How do I add `02` as a month format? Month('2') does not work.

  • jhuynh Profile Picture
    50 on at
    Re: UTC Date condition failing for notifications

    perfect, thank you!

  • Verified answer
    v-yuazh-msft Profile Picture
    on at
    Re: UTC Date condition failing for notifications

    Hi @jhuynh,

     

     

    You could take a try to enter the expression in the Condition as below:

    @lessOrEquals(int(utcNow('MM')), 02)

     

    I have made a test on my side to create a flow as screenshot below:

    Capture.PNG

     

    Because the current month is June, the June is greater than February, so the result of the Condition should be false,and the flow should run successfully as below:

    Capture.PNG  

     

     

     

    Please let me know if your problem could be solved.

     

    Best regards,

    Alice

     

     

     

     

     

     

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1