⏳Wait
⏳ The Wait block pauses a workflow for a duration or until a specified time before continuing.
Uses
- Delay a follow-up, such as sending a reminder after one day.
- Space calls to an external system to avoid rate limits.
💡 Long waits are best suited to asynchronous runs with longer time windows.

