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 / Trigger a flow at cert...
Power Automate
Answered

Trigger a flow at certain time like after 3 months Approval flow should triggered

(0) ShareShare
ReportReport
Posted on by 258

I want to create a Approval flow which will Trigger after 3 months means in SharePoint data will be added but it will trigger after 3 months from the time of added data in sharepoint.

their will be 4 approvals stages and every approval stage has to wait for 3 months for the Approvals.

 

B8_0-1683628702348.png

 

Categories:
I have the same question (0)
  • David_MA Profile Picture
    13,491 Super User 2026 Season 1 on at

    You would need to add a date field to your list and populate it with the date you want the flow to trigger (trigger date). You would then create a scheduled flow that runs every day and use a get items action with an OData filter to get the items where the current date equals your trigger date. If items are found, you can process them in an Apply to each action.

  • B8 Profile Picture
    258 on at

    Can you please show me how

     

  • Verified answer
    David_MA Profile Picture
    13,491 Super User 2026 Season 1 on at

    No problem. I have a flow that runs every day to send an e-mail based on the Notice Date. This is the filter query I use in the Get items/Get files filter query:

    David_MA_0-1683722110183.png

    The two expressions used are:

    startOfDay(utcNow())

    and

    addDays(startOfDay(utcNow()),1)

    In the above it will get all items where the NoticeDate (be sure to use the internal name of the field) is between midnight tonight (May 10) and before midnight tomorrow (May 11).

     

    And of course you do not need the portion "and Dept ne null" but you can add other criteria as needed. For me, the notification goes to the Dept specified, so if it is blank, I don't need to send a notification. 

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 86 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 55

#3
Ellis Karim Profile Picture

Ellis Karim 53 Super User 2026 Season 1

Last 30 days Overall leaderboard