- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 04:34 AM - edited 05-07-2024 04:36 AM
Hello.
I created a flow with the following trigger condition
My goal is to run this flow at midnight and midday every days. But it is not running on this schedule.
My question is: At what system time will this condition be true? The condition is every 12 hours, but which time is it based on?
Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 05:14 AM
@Andr_1 It is based on the time when you activate the flow. The flow will run 12 hours from the time it was activated.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 09:00 AM
@Andr_1 Yep, sounds like a nice idea, you can trigger the flow via the scheduled job script and scheduled job will make sure that it gets triggered at the desired interval.