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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Run flow in specific d...
Power Automate
Answered

Run flow in specific dates of the month

(0) ShareShare
ReportReport
Posted on by 219


Hi,

I want to create a flow where it would send emails to the recipients every 1st, 3rd, and 5th of every month (excluding weekends if possible). How can I achieve this with the Recurrence flow since I'm not able to specify the dates if it would run every month?

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @RLSid17 ,

     

    Please try:

    vbofengmsft_0-1683697657620.png

    vbofengmsft_1-1683697680818.png

    @and(
     or(or(equals(dayOfMonth(utcNow()),1),equals(dayOfMonth(utcNow()),3)),equals(dayOfMonth(utcNow()),5)),
     not(or(equals(dayOfWeek(utcNow()),0),equals(dayOfWeek(utcNow()),6)))
    )

     

    Best Regards,
    Bof

  • Verified answer
    Manish Solanki Profile Picture
    15,167 Moderator on at

    Hi @RLSid17 

     

    You can make a schedule flow that runs on daily basis & within flow you can check the dates and day and accordingly perform the specific actions. I have designed a schedule flow as per your requirements:

    1. Schedule the flow to run daily:

    ManishSolanki_0-1683697674407.png

     

    2. Next, add the conditions to check the date and day (for weekends):

    ManishSolanki_1-1683697912774.png

    here, we are checking if the current date(today) is 1, 3 or 5 and also checking if day is between 0-6. The number 0 & 6 are being used for Sunday & Saturday respectively.

     

    3. You can perform additional actions in the "Yes" path as per your need.

     

    If it helps, please remember to give a 👍 and accept my solution as it will help others in the future.

    Thanks

  • RLSid17 Profile Picture
    219 on at

    @v-bofeng-msft  and @ManishSolanki 

    Thank you both for your solutions! I tried it and it works (today). I won't know until the flow runs on the 1st, 3rd, or 5th day. This is really helpful and I intend to learn more about trigger functions like this.

  • RLSid17 Profile Picture
    219 on at

    Just a question, can I create 3 separate conditions for 1st, 3rd, and 5th day to send emails?

  • Manish Solanki Profile Picture
    15,167 Moderator on at

    Yes, you can. Infact, you can further check the date or day within "Yes" path which again opens gate for "Yes" and "No" flow. I mean you can add condition within condition to perform actions based on specific date or day.

     

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 250 Super User 2026 Season 1

#2
Expiscornovus Profile Picture

Expiscornovus 222 Most Valuable Professional

#3
Haque Profile Picture

Haque 174

Last 30 days Overall leaderboard