Skip to content
Reminder System
  • Pages
    • Welcome
    • icon picker
      Example Tables
    • My Reminders
    • _Reminders

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
Himalayan
Remind
Persian
Remind
There are no rows in this table
The cats table can add reminders for each row.
Dogs
Name
Add Reminder
_Reminders
Chihuahua
Remind
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.

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.