Priority Level

Priority Level

if(empty(prop("Date")), "0 - Pending", if(formatDate(now(), "L") == formatDate(prop("Date"), "L"), "3 - High Priority", if(now() > prop("Date"), "4 - ASAP", if(dateBetween(prop("Date"), now(), "days") > 7, "1 - Low Priority", "2 - Medium Priority"))))

Priority Level (Emoji)

if(empty(prop("Date")), "⚪️  0 - Pending", if(formatDate(now(), "L") == formatDate(prop("Date"), "L"), "🟡  3 - High Priority", if(now() > prop("Date"), "🔴  4 - ASAP", if(dateBetween(prop("Date"), now(), "days") > 7, "🔵  1 - Low Priority", "🟢  2 - Medium Priority"))))

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>