Just finished new template to track my medications pills
Only one issue, to be notified when medication time due, any advice?
Just finished new template to track my medications pills
Only one issue, to be notified when medication time due, any advice?
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.
@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.