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?
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?
Thank you, so I just need to put the above expression in the “advanced” section Cron expression?
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.
yes, try it or better retype it manually
Sorry, how do I then exclude this from running on saturday and sunday?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.