πŸ€” What this is


click the black triangles to see more detail

if(prop("🎯 Goal") == "Weekly", 7, if(prop("🎯 Goal") == "Monthly", 28, if(prop("🎯 Goal") == "Quarterly", 90, if(prop("🎯 Goal") == "Half-Year", 180, if(prop("🎯 Goal") == "Annually", 365, 999999)))))

For example, if you want to add a "Bi-monthly" you would replicate the logic used with the other options:

if(prop("🎯 Goal") == "Weekly", 7, if(prop("🎯 Goal") == "Bi-monthly", 60, if(prop("🎯 Goal") == "Monthly", 28, if(prop("🎯 Goal") == "Quarterly", 90, if(prop("🎯 Goal") == "Half-Year", 180, if(prop("🎯 Goal") == "Annually", 365, 999999))))))

πŸ’­ Why I did it


Remembering to get in touch is different to responding to a text or post on social

(and maybe a doc is as good as an app)

Using Notion as a personal CRM - Charlie Taylor - Medium