Rule that runs hourly

I am trying to create a rule that will run every hour or so.

i can't seen to find a way to do that unless i create trigger for all 24 hours of the day

want to do like a Unix Cron job hourly

thanks

I assume you are trying to use Rule Machine? Confirming that will help provide more accurate assistance.

If it is Rule Machine, in your Trigger you will likely want to select Periodic Schedule, then select the relevant settings, i.e. hourly, etc.

image

4 Likes

Also in Rule Machine, you can trigger on "Periodic Schedule", and then "Cron String", then enter your string. For hourly, that would be "0 0 * ? * * *".

2 Likes

thanks. not sure how i missed that but i am good now

1 Like

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