trigger help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-11-2024 07:20 AM
Hello
How do you setup the trigger to run scheduled job 10 am, 4pm and 2pm on Flow designer?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-11-2024 07:39 AM
Your options would be to have more measured time between exections by using Periodically, then setting the time you want. Example of this would be:
This would run every 4 hours after the start time. If you need multiple, exact, unevenly spaced times you'll have to copy the script into another schedule job and configure it the same but with the time you need, one for each time. You may be able to condense these by using periodically whenever possible, but you'd still need multiple.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-11-2024 09:15 AM
@SnowDevOps Create different scripted scheduled jobs( which trigger at 10 am, 4pm and 2pm) and trigger your flow from these scheduled job via script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-11-2024 11:05 AM
Ok, how do you do that in Flow Designer? Or it has to be in scheduled jobs.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-11-2024 11:22 AM
@SnowDevOps Scheduled job script should trigger your flow via the script field.