Must run these through a tool that removes newlines like https://www.textfixer.com/tools/remove-line-breaks.php before you plug into Notion.
(
(
not(
empty(
prop("Start Date")
)
)
)
and
(
now() > prop("Start Date")
)
)
? 100
:
(
dateBetween(
dateAdd(
empty(prop("Due Date")) ?
dateAdd(now(), 4, "weeks") :
prop("Due Date"),
1,
"days"
),
now(),
"days"
)
)