- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 01:40 AM
I want to create a flow that runs ever two weeks. Fortnightly isn't currently an option. So I figured I'd go for every 14 days.
However I've no idea when the flow will first trigger.
Does anyone know how that works? When the first execution will be?
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 02:08 AM
Hi,
A repeating Flow triggers from the moment you activate it.
Then it waits the given time until next execution.
So if you want the flow to start it's first run on a specific day/time, you need to activate/install/commit it on that specific time/day.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 11:48 PM
Okay, so now I did a little test based on this scenario, just to know how it works.
I created a flow that was set to run Once, at a specific date/time. Saved and activated it.
After it had executed, I opened the flow, and changed the trigger to be repeatedly with a given interval (2 minutes).
I saved and activated again.
Result:
The first expected run (when I saved and activated it) was not executed, and my best guess why this is happening, is that it already had executed once with my initial trigger.
So instead it ran every 2 minutes repeatedly after the change and activation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 06:01 AM
Yeah that makes a lot of sense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 08:30 AM
My flow that I set to 14 days, ran 6 days after I made that update, interestingly 14 days after it was first created. Well, depending on how you count. It was created on 30th Nov 09:37 and ran on 14th Dec 09:38.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2022 12:35 AM
Hmmm... that kind of makes sense, and at the same time not so much.
I would have expected it to run at a 14 day interval from the date/time it's published/activated, not from when it's created.
In that case you need to be very specific on when you create such a Flow, rather then to be specific when you activate/publish/install it.
Might be worth to create a ticket on support on this behaviour, just to get some clarification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 09:11 AM
That makes a lot of sense! Thanks for pointing it out!