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

Community site session details

Session Id : mpmIOrYZ5ca3Wd3O71TNDN
Power Automate - Building Flows
Unanswered

Recurring Task every 2 years

Like (0) ShareShare
ReportReport
Posted on 26 Feb 2019 21:26:38 by 42

I am trying to create a recurring Planner task that gets created every 2 years. It allows me to create a task for 1 year, but I have not found a way to do it for 2 years. Is this possible with Flow or is the max you can do 1 year? Does anyone know of a work around?Error.PNG

I have the same question (0)
  • hparlan Profile Picture
    2 on 22 Feb 2024 at 23:45:22
    Re: Recurring Task every 2 years

    How about:

    - set recurrence: 1 year

    - get the year value

    - apply condition based on year value (even or odd)

    - set run procedure on even or odd year

  • Eudes50 Profile Picture
    6 on 19 Dec 2023 at 15:23:37
    Re: Recurring Task every 2 years

    Hi, first please forgive my english.

    What about a trigger like recurrence every 12 months and add an action like delay every 12 months for set a 2 years reminder on Power automate ?

  • ahockaday Profile Picture
    42 on 04 Mar 2019 at 13:15:33
    Re: Recurring Task every 2 years

    Thanks for the information. Unfortantly, that did not solve my problem - I am still not able to successfully schedule a task to be created every 2 years on a specific date. 

  • LeeHarris Profile Picture
    1,026 on 27 Feb 2019 at 16:06:00
    Re: Recurring Task every 2 years

    Hi @ahockaday 

    As a workaround to the recurrence limit you could try the following. If you are able to store the last audit date somewhere (e.g. Common Data Service, SharePoint etc) then you can change your recurrence trigger to be yearly or perhaps monthly and have a condition that runs first that compares whether your stored date value is less than the expression addDays(utcNow(),-730). If the result is true then Create your Planner task and update the stored date with the current date utcNow(). If the result is false then do nothing, the flow will run again a month later (or whatever recurrence period you set) and compare the date again.

     

  • faustocapellanj Profile Picture
    1,662 on 27 Feb 2019 at 07:05:19
    Re: Recurring Task every 2 years

    Hi @ahockaday 

    Based on the Schedule connector documentation, the maximum interval is as follows:

    • Month: 1-16 months
    • Day: 1-500 days
    • Hour: 1-12,000 hours
    • Minute: 1-72,000 minutes
    • Second: 1-9,999,999 seconds

    Here's the link to the documentation for reference:

    https://docs.microsoft.com/en-us/azure/connectors/connectors-native-recurrence

     

    Regards,

    Fausto Capellan, Jr

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2