I have a workflow triggered by the Schedule Trigger node. I configured it to run once every 5AM. When I click test workflow, it only runs once. But when I set it to automatic, it runs 3-4 times.
Node Schedule Trigger is as shown in the image.
Node Code:
const today = new Date();
today.setDate(today.getDate() - 1);
const formattedDate = today.toISOString().split(‘T’)[0];
return [{ date: formattedDate }];
Information on your n8n setup
**n8n version: 1.91.3
**Database (default: SQLite): mySQL
**n8n EXECUTIONS_PROCESS setting (default: own, main): main
**Running n8n via (Docker, npm, n8n cloud, desktop app): npm