3 min read · Updated August 2026
How to Set Up Recurring Tasks in Notion (No Code)
Three ways to make repeating tasks work in Notion: native repeating dates, a scheduled reset button, and a simple automation. No code required.
Recurring tasks are the backbone of any operating system: weekly reviews, monthly invoices, daily standups. Notion does not have a single big recurring feature, but it has three clean ways to get there. This guide walks through each so you can pick the one that matches how you work.
Option 1: Repeating date property (simplest)
On any Date property, open the menu and set it to repeat: every day, week, month, or year. Notion will advance the date automatically when the task is marked done or when the date passes.
Best for
Habits, daily and weekly reviews, anything with a fixed cadence and no complex state. This is the right answer 80 percent of the time.
The catch
A repeating date moves the date forward, but it does not reset other properties. If your task has a checklist or notes from last cycle, they carry over. For a true clean-slate recurrence, use Option 2.
Option 2: A reset button (clean-slate)
Create a database button called "Reset & next cycle" that runs several actions at once:
1. Set Status back to To Do.
2. Clear the Notes field.
3. Reset the checklist items to unchecked.
4. Advance the Date by one cycle using dateAdd.
Why this beats repeating dates
You control exactly what resets. A monthly close task can wipe last month's notes while keeping the procedure attached. You click when you are truly done with this cycle, not on a clock.
How to build it
Add a button to the Tasks database. For each action, choose Edit property and pick the field. For the date, use a formula action: dateAdd(prop("Date"), 1, "month").
Option 3: A native automation (hands-off)
Use Notion's native automations to recreate the cycle without a click. Trigger: the task's Date is today (or Status becomes Done). Actions: create a new row for the next cycle with the date advanced, then mark the current one complete.
Best for
Tasks that must happen whether or not someone clicks: compliance checks, scheduled reports, anything with a deadline that should not depend on a person remembering.
Which option to pick
- Repeating date if your task is simple and you trust yourself to click done.
- Reset button if you want a clean slate each cycle and explicit control.
- Automation if the recurrence must not depend on a person.
Most people start with repeating dates and graduate to a reset button once the carry-over gets annoying.
A weekly review example
Make a Tasks row called Weekly Review with a Date repeating every Monday. Add a reset button that clears the Notes field and unchecks a five-item review checklist. On Monday you open the row, work the checklist, click the button, and the next Monday is already set.
Common mistakes
- Using repeating dates for everything. They carry over stale notes and confuse the next cycle.
- Forgetting to mark done. A repeating date only advances when the row is completed or the date passes, so an ignored task stalls.
- Over-automating. An automation that creates new rows every week can pile up if no one works them. Keep the cadence honest.
Templates with recurrence built in
The store's operating systems include weekly and monthly review tasks with reset buttons and repeating dates already configured, so the cycle starts working the day you duplicate.
Want this built for your practice, not just read about it?