Red Gregory

View Original

Recurring Weekday Tasks In Notion: Show Today And Tomorrow

First, How To Find Tasks For Today

Create a database in Notion, create a multi-select property for days of the week, and correlate tasks with what days you’d like them to recur on.

To Do Formula

contains(prop("Day"), formatDate(now(), "dddd"))

Next, How To Find Tasks For Tomorrow

contains(prop("Day"), formatDate(dateAdd(now(), 1, "days"), "dddd"))

Lastly, Arrange Two Linked Databases To View Today And Tomorrow Tasks

Create two titles labeled something like “Today” and “Tomorrow,” and drag one title next to the other into two columns. Link the database you made above twice, and filter accordingly:

Drag The Linked Databases Under Both Titles

See this content in the original post

View Example In Notion