Future dated Task Reminder notification?

Hi AppSheet community members,

Iโ€™ve developed app and one of the main features I would like to add is around sending a reminder based on a future date of a task.

For example, Iโ€™ve created a task and have added couple of columns (one enum asking to send reminder, second column is a datetime field) that I would like to leverage such that if the user says yes to Reminder field (Y/N), then based on the โ€œReminder Date-Timeโ€ field, it would send an email (or text) of the Task name, to the logged in user i.e., useremail().

Perhaps Iโ€™m overthinking this but I thought I may be able to leverage the Behaviour attribute of the โ€œReminder Date-Timeโ€ field to send a โ€œreminder - notificationโ€ when the future date and time arrived?

Iโ€™m not looking to send regular reports (like the daily, weekly, monthly webinar reminders sample), but rather only on a specific task if the user selects Yes, and when that future date/time arrives (as set in Reminder-Date Time") it would send either email or text. (technically, I could likely skip the Y/N field, if I could just use the โ€œReminder Date-Timeโ€ field, as I think that would be self explanatory

Hopefully that makes sense? Is there a Trigger function I can call from โ€œReminder Date-Timeโ€ field?

Thanks everyone, appreciate any insights or approaches to future dated reminder feature.

Thanks,
Paul

0 5 1,295
5 REPLIES 5

Steve
Platinum 4
Platinum 4

Thereโ€™s no way to say, โ€œsend this reminder at this specific date and timeโ€. The best you can do is setup scheduled reports that look for reminders to send around that time and send them then: e.g., โ€œAny reminders to send within the past 15 minutes or in the next 45 minutes? If so, send them now!โ€

Hi Steve,

Ah ok.

I was thinking there may be some built in way to do however now that I know that, I guess Iโ€™ll just set up a daily reminder report that runs every hour or so to check for any reminders that are set for each day.

Perhaps something to add as a new feature

Thanks for response, Iโ€™ll run with this.

Have a good day.

Paul

Hi Steve,

One other quick question for clarification.

If I have one general report to check for outbound emails or texts (on a daily basis), will it will just send to the useremail() identified on the task record as the respective date and time come up?

My assumption is yes, however wanted to check, that user didnโ€™t need to be logged in or something along those lines.

Thanks again,
Paul

For email or SMS, the recipient doesnโ€™t need to be logged in. For in-app notifications (are those even available from reports?), I believe they do need to be.

Hi Steve,

Suspect email and text notifications will suffice.

However Iโ€™ll ponder the app notifications and whether user needs to be logged in or not. Iโ€™m aware of some mobile app that allow app to run in background so that may work however if the app doesnโ€™t then Iโ€™ll just communicate to users itโ€™s email and text.

Thanks again,
Paul

Top Labels in this Space