The flow designer has to trigger every 180 days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2022 02:20 AM
Hi All,
We have flow designer it has to triggers for every 180 days on july 1st, when I am giving trigger condition as repeat 180 days, it is not visible on schedule list. could anyone please help on this.
Regards
Mounika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2022 10:05 AM
Yeah this is SUPER annoying and one of the two remaining advantages Scheduled Jobs have over Flows.
You *COULD* build a triggerless flow, and then just use the API to launch the flow from a scheduled job, which you use for more nuanced scheduling.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2022 10:15 AM
Hi,
Not sure what your aim is here. Does the Flow have to be specifically after 180 days?
If your aim is to have it triggered every 6 months (1st jul and 1st feb) you could set it to run every month, and have a custom action that checks if it's time to run that month or not. This article will help in that scenario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2022 09:51 AM
I've got this same issue, I have a flow I'd like to run yearly, I've been trying to see how using the repeat trigger of 365days would achieve this. Can the repeat trigger be used to achieve this ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 02:16 AM
It should work.
But be aware that running it on repeat on every 365 days will not take into account leap year (366 days).
So given enough time this will not happen on the same day yearly.
Again, as I stated earlier, you could have it run monthly, and in a custom script evaluate if it is the "correct" month of the year to actually do some work, all other months will not do anything.