I’m curious if anyone has tried using an expression to pass variables to a CRON trigger. I was considering creating a system where:
- I store my CRON scheduler parameters in a Google Sheet.
- The sheet is then accessed to pass these parameters to the trigger.
However, it seems the trigger doesn’t accept input directly. My goal is to centralize all my flow variables in one location to make management easier.
n8n
2
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:
barn4k
3
Hello @mraniki
That’s not possible directly. You can use a master workflow, which will run specific sub-workflows with specific intervals/schedules for each. E.g.
2 Likes
Thanks Let me explore that approach.
system
Closed
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.