Gallery
Reminder System
Share
Explore

icon picker
Example Tables

The tables in this page have buttons that allow the user to add a reminder for the table row. When the reminder triggers, the user will receive a Coda Notification and will be able to see their triggered reminders in the page.
The Remind button in each table uses the same formula. To add a reminder button to a new table, copy the formula from one of the others. Here is the formula:
_Reminders
.AddRow(
_Reminders.User,
User(),
_Reminders.[Source Object Link],
thisRow.ObjectLink(),
_Reminders.Source,
Hyperlink(
Concatenate(
thisTable.Url().ToText(),
"/r",
thisRow.RowId(),
"&modal=true"
),
thisRow.ToText()
),
_Reminders.[_Source Name],
thisRow.Name
)
.Activate()
Cats
Name
Add Reminder
1
Himalayan
Remind
2
Persian
Remind
There are no rows in this table
The cats table can add reminders for each row.
Dogs
Name
Add Reminder
_Reminders
1
Chihuahua
Remind
6/5/2024, 4:22 PM: Chihuahua
2
Maltese
Remind
There are no rows in this table
The dogs table also has a button column to add a reminder and it uses the same button formula as the
table. It also has a lookup into the reminders table, if you’d like to show if a row has had a reminder added for it.

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.