People

Days Since Last Appointment

(now() > prop("Last Appointment")) ? dateBetween(now(), prop("Last Appointment"), "days") : 0

(now() > prop("Last Appointment"))

Checks to see if the current date is greater than the Last Appointment date.

? dateBetween(now(), prop("Last Appointment"), "days")

If it is, display the number of days.

: 0

Otherwise display 0.

Contact

prop("Days Since Last Appointment") > 10

<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>