All Collections
Questions and Answers
How can I make a Smart List for a specific day of this week?
How can I make a Smart List for a specific day of this week?

How to get a list for this Wednesday for example

Christina avatar
Written by Christina
Updated over a week ago

To target a specific day of the week (let's day this Wednesday), you can use the startOfWeek keyword in combination with an addition of a number of days. 

The startOfWeek keyword designates the first day of this week (depending on what you have in your settings for work week, Monday or Sunday). Adding two days to that will get you Wednesday


Wednesday: 

startOfWeek 2 +

Friday: 

startOfWeek 4 +


So the query to get all items scheduled for this Wednesday is:
startOfWeek 2 + scheduleDate ==

Similarly the query to get everything in a list that is due before Friday is:
startOfWeek 4 + dueDate < 

Did this answer your question?