Reminder if Nothing has Changed in a row
Hey,
I am trying to add a reminder or notification to people (identified in the row) if they have not updated anything in the row in the last month. Is there a way to do this? If not, I would also be okay if having a notification/reminder go out to people (identified in the row) if a specific column has not been updated in the last month. Thanks!
Answers
-
Hi @sophiaashepard, create three columns:
Modified Date: use the modified date column type
ModifiedDaterRef: with the column formula =DATEONLY([Modified Date]@row)
SendAlert: use the column formula =IF(ModifiedDateRef@row<=TODAY(-30), "Send", "")
Then, use a time-based automation that runs once a day (to do this, change the "Run Once: On" to "Custom" and in the resulting menu select the appropriate run period).
Use the SendAlert column as your trigger to send a message. I.e. IF SendAlert = "Send", THEN send a message.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!