Time trigger question

Hi, I need to use a time trigger to run a robot at these times: 10:15, 12:15, 14:15 and 17:15.

How can I set this up using the time trigger?

e.g.

0 15 10,12,14,17 ? * * *


Thank you, so I just need to put the above expression in the “advanced” section Cron expression?

@aquinn

you can use the “Cron Expression” feature to set up time triggers for your robot.

Set the trigger type to "Cron Expression.

15 10,12,14,17 * * *

This expression means that the robot will run at 15 minutes past the hour at 10 AM, 12 PM,
2 PM, and 5 PM.

1 Like

yes, try it or better retype it manually

Sorry, how do I then exclude this from running on saturday and sunday?

just play with the given link

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.