Logo
  • Portfolio
  • Blog
  • About
  • Resources
Get in touch!
Due date of the next task in line (displayed in related projects database)

Due date of the next task in line (displayed in related projects database)

Type
Relations

Due date of the next task in line

"Next task is due: " + 
  filter(
    prop("Tasks"),
    current.prop("Status").contains("Not started") 
    || /* Comment: Using "||" is equvalent to using "or"*/
    current.prop("Status").contains("In progress")
  )
  .map(current.prop("Date"))
  .sort()
  .first()

Result:

image
Logo

Portfolio

Blog

Resources

About

Contact

Notion Status

© 2025 Hyphen Productivity

YouTubeLinkedInWhatsAppPinterest