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 / Recurring Trigger at s...
Power Automate
Answered

Recurring Trigger at specific days of each month

(0) ShareShare
ReportReport
Posted on by 10

Hi,

 

I need to create a flow that triggers on a specific day of each month throughout the year. Is it possible? If so, how do I do it?

For example, the flow runs on March 13, April 9, May 12, June 6, etc. 

 

Thanks!

Diogo

Categories:
I have the same question (0)
  • mmollet Profile Picture
    3,187 on at

    When you create a new flow you can pick a scheduled flow and choose a date for it to run on or a starting date and a repeat date. So start on monday and repeat every 2 weeks etc or start on monday at 8am and repeat every hour etc.

  • diogoalves Profile Picture
    10 on at

    I get that, but my problem is, I don't want to run the flow "every 2 weeks". This month, I need it to run on the 16th, next month will be on the 6th and so on. AND it's important that it DOESN'T run any other day.

  • mmollet Profile Picture
    3,187 on at

    Ah. This im not 100% sure on. The only thing off the top of my head is you could have a list of dates that you want it to run in SP.

    • Every day run the flow to grab the list and sort it by date.
    • Get the top date (closest to current day) and check if it is the same as today
      • If it is then run the flow and remove that date from the list
      • If it isnt then the flow ends and does nothing
    • Repeat each day

    Not sure if that will work for your situation or not but im sure it would work in general. I do something similar to this for reminders

  • Verified answer
    v-chengfen-msft Profile Picture
    Microsoft Employee on at

    Hi @diogoalves ,

    Please try to trigger every day, and then set the judgment condition in Trigger condition z: only when today's date meets one of the conditions will it be triggered

    vchengfenmsft_0-1678938530094.pngvchengfenmsft_1-1678938556712.png

    vchengfenmsft_3-1678938610080.png

    @or(equals(utcNow('MM-dd'),'01-16'),
    equals(utcNow('MM-dd'),'02-16'),
    equals(utcNow('MM-dd'),'03-16'),
    equals(utcNow('MM-dd'),'04-16'),
    equals(utcNow('MM-dd'),'05-16'),
    equals(utcNow('MM-dd'),'06-16'),
    equals(utcNow('MM-dd'),'07-16'),
    equals(utcNow('MM-dd'),'08-16'),
    equals(utcNow('MM-dd'),'09-16'),
    equals(utcNow('MM-dd'),'10-16'),
    equals(utcNow('MM-dd'),'11-16'),
    equals(utcNow('MM-dd'),'12-16'))

    vchengfenmsft_2-1678938568963.png

    Here is a link on how to set the trigger for your reference

    Power Automate Trigger Conditions [33 Useful Examples] - SPGuides

     

    Best Regards

    Cheng Feng

  • diogoalves Profile Picture
    10 on at

    Thanks Cheng! I implemented it, and it SEEMS to work. I'll confirm next week after a few tests.

  • diogoalves Profile Picture
    10 on at

    Confirmed! This solution works for running a flow at specific dates!

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 450

#2
Haque Profile Picture

Haque 366

#3
Valantis Profile Picture

Valantis 349

Last 30 days Overall leaderboard