Hello,
I would like to send daily recurring reminder emails to my team members. I would like the email to be formatted to include the task due and also include specific fields that I have created including multiple select fields and due date.
For example, within a table, “tasks”, I have a view which is filtered to include a single team members tasks grouped by due date and a multiple select field identifying the “importance” of a task, either “low, moderate, and high”.
I have a formula column which prints the text “send reminder” if the due date field is today’s date:
“IF({Due Date}=TODAY(), “send reminder”, “”)”
I have set up a Zapier trigger using the “scheduler” zap, which is scheduled to trigger every morning at 5am.
Next, I set up a Airtable action, “find record”, to search for the value of “send reminder” in the table.
I then set up an action for gmail to send an email to the team member.
I want to format the contents of the e-mail to contain:
The name of the tasks due today, along with multiselect categories I have created, such at the degree of “importance”, low, medium, or high, the due date, and the name of the task. I formatted the email using HTML and the “find record” embeds.
However, when I test the email, it only sends a single record, as opposed to all of the tasks that are due on that given day.
This seems like an aweful lot of effort to do such a simple and mundane task. Why has Airtable not integrated this functionality into the app yet? Is there an easier way to accomplish this using views and zapier?
Any help is so much appreciated it. This has been driving me crazy for days and I still cannot figure it out.
I know this would help many folks out there. Thanks to anyone with insight!!!
Ryan