Schedule Trigger Help Needed

How do i set up a schedule trigger that activates Monday to Thusday from 9am to 7pm, and Friday from 9am to 5:30pm, and nothing on Saturdays?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • Add Rules for Each Time Period:
  • For each cron schedule you need, click the “Add Rule” button and define a rule with the appropriate cron expression.Here are the rules you’ll add:
  • Monday to Thursday, 9am to 6:59pm:
    • Add a rule: 0 9-18 * * 1-4
    • Add another rule: 0-59 19 * * 1-4
  • Friday, 9am to 5:29pm:
    • Add a rule: 0 9-16 * * 5
    • Add another rule: 0-30 17 * * 5
1 Like

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