trigger help?

SnowDevOps
Giga Guru

Hello

How do you setup the trigger to run scheduled job 10 am, 4pm and 2pm on Flow designer?

Thanks 

5 REPLIES 5

Zach Koch
Giga Sage
Giga Sage

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: 

ZachKoch_0-1718116663068.png

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.

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

Sandeep Rajput
Tera Patron
Tera Patron

@SnowDevOps Create different scripted scheduled jobs( which trigger at 10 am, 4pm and 2pm) and trigger your flow from these scheduled job via script.

Ok, how do you do that in Flow Designer? Or it has to be in scheduled jobs.

@SnowDevOps Scheduled job script should trigger your flow via the script field.