Wait until
Use the Wait Until node to pause a workflow until a specific date and time.
Available on NocoDB cloud plus plan onwards and licensed on-premise deployments.
The Wait Until node in NocoDB workflows pauses execution until a specified date and time. This node is ideal for scheduling actions to run at an exact moment rather than after a relative delay.

Configuration
- Date & Time: Set the exact date and time when the workflow should resume.
- Timezone: Define the timezone used to determine when the workflow continues.
How it works
- Workflow execution pauses immediately upon reaching the node.
- The workflow resumes automatically at the configured date and time, based on the selected timezone.
In case of workflow edits and republishing, any executions paused at a Delay node will prompt you to choose how to handle them (see Pending Workflow Executions for details).
Use cases
- Schedule reminders or notifications
- Trigger actions at a future date
- Align workflow execution with business hours or deadlines