Hello all,
I have a flow that is set to trigger once a year when the year rolls over. I have received an alert telling me that my flow is not running and will be turned off in 30 days. Does this mean that the flow won't trigger at the beginning of the year, or does it just mean that it won't run until then?
Regards,
Bronwyn
Thanks to both of you. I have set it to trigger once a month, and will check it at the beginning of next month. Hopefully it will work!
Regards,
Bron
The only way to keep it from being turned off for inactivity would be to change the recurrence trigger to activate more frequently. I would set it to activate once a month on the first day of the month. Then have the first step check to see if its January 1. If not terminate the flow.
Hi @Bron,
As a workaround, you could set the Recurrence trigger to run it every day.
Then use formatDateTime() function to convert current date to "MM-dd", for example, if the date is first day of one year, do the following steps, or do nothing:
formatDateTime(utcNow(),'MM-dd')
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Is there any way of stopping it from being turned off?
Unless you turn the flow back on at some point prior to the recurrence trigger the flow will not run. If you turn the flow back on it will trigger at the beginning of the new year. But I would wait until November/December to turn it back on.
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional