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, Hyperlink( Concatenate( thisTable.Url().ToText(), "/r", thisRow.RowId(), "&modal=true" ), thisRow.ToText() ), _Reminders.[_Source Name], thisRow.Name ) .Activate()
Cats
0
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
0
Name
Add Reminder
1
Chihuahua
Remind
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.
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.