Get a notification when the date is hit

hi newbie here,

Is there a way to set up a bot that sends a notification after 3 months of the entered date. For example, in this app, I want to get a notification that alerts me to get a pregnancy diagnosis done of a cow after 3 months of artificial insemination here the cow number is 1 and its A.I. was done on 6th December and I would get a notification on 6th march telling me to get its P.D. done (I used maxrow slice which grabs the last date of A.I. Done and displays it here since A.I. fails sometimes and we have to do it again and change the date)

DAIRYMAN_0-1674568359326.png

DAIRYMAN_1-1674568797950.png

 

0 3 75
3 REPLIES 3

You could set up a daily scheduled bot.

The records for the bot could be selected through a slice such that slice filter is something like 

[Artificial Insemination Date]= TODAY()-90

Every day's bot will pick up 90 days old records through the slice and send you email or notification.

will this send me a notification even if there are no entries that match the condition?

Yes , you can configure such an expression for notification that says there are no entries for that day.

Top Labels in this Space