Hello, today I have a simple flow that enables a series of blocks from a Schedule Trigger that is enabled every 5 minutes. But I don’t want it to turn on between 5 pm and midnight. But the schedule trigger doesn’t accept an input, which I would do with an if. Can you help me with a solution? Thanks.
n8n version: 1.60.1
Database (default: SQLite): mariadb
n8n EXECUTIONS_PROCESS setting (default: own, main): own
Running n8n via (Docker, npm, n8n cloud, desktop app): npm
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
You can use a custom cron expression, 0 */5 0-17 * * *.