<!-- Hey! The fastest way to find solutions is by using the π search function at the upper right.
If your question hasn't been asked before, please follow the template below. Skip the questions that are not relevant to you. -->
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
the time save node is basically for delaying or throttling executions, I usually use it when I need to space out API calls, wait before retries, or control timing between steps, Itβs not meant for scheduling βCron is better for thatβ, more for flow control inside a workflow, Docs have a couple of good examples if you want to see common patterns.
Hi @MuhammadSAAD Welcome!
Instead of looking for a text based explanation please check out the official video from the n8n channel here.