Medications book template to track my pills

Just finished new template to track my medications pills :alarm_clock: :pill::bell:

Only one issue, to be notified when medication time due, any advice?

2 Likes

I think you can create automation rule that triggers every hour. It should check if there is record in table where Overdue = True() && IsBlank(Status), and if so, send a message and change status.

1 Like

@Rami_Sedhom - +1 to @Denis_Peshekhonov’s recommendation - Automation would work well - you could also use our Twilio pack to receive a text message/sms for reminder.

Thank you.