Dec 09, 2020 10:49 AM
I have a complex base with about 16 tables. I am trying to figure out the best way to be able to set a reminder for a record in ANY of the tables easily. I want to be able to set the time & day of the reminder in a REMIND ME field in any record of any table and get notified by email when it is due.
I was thinking I could create a REMINDER Table and link it to the other tables and then set a view in for Remind me is before (NOW) and then set an automation to send me an email whenever a record enters the view.
What I am having a hard time with is how to link the tables properly. If someone can explain in detail how to do this with just 3 tables EVENTS, TASKS, & the REMINDER table, I can extrapolate the rest.
Any help is appreciated.
Dec 09, 2020 08:49 PM
I am not convinced this is the way I would build it… but hey what do I know? Here is a version of what you were asking for:
reminders (table)
events (table)
tasks (table)
and then you can create a ‘now’ view like so:
An Automation that is triggered by records entering this view is easy enough, but the next challenge you have is deciding what is the least amount of information to provide to generate a reaction, and what that interaction should be? A link to the record? A link to the table? A link to some external system? A webhook…
So before the email, it seems to me like you might want to consider ‘Run a script’ to do at least two things: