Kia ora everyone,
Couldn't find anything relating to this question, but feel it can't be the first time asked :-)
I'd like to have an alert on a date column, so that 30 days prior to that date we are notified.
Is this possible?
Thanks,
Brendon
Hi Brendon,
You can set this up in the "Alerts & Actions" menu --> "Set a reminder", but there are only settings for max 14 days before so what I usually do is that I add a column that specifies how many days before that I want the reminder to trigger and then in the date column I add a formula like the one below. Keep in mind that this will count all days.
=[Date Column]@row - [Days before reminder Column]@row
More info: https://help.smartsheet.com/articles/542913-using-reminders
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant @ Get Done
I learned something (kia ora)
Craig
Ngā mihi nui Andrée,
Trying your solution, I must be doing something wrong? I have tried without the brackets, and also tried 'Reminder Date' as a text field and a date field. (Exp is a date field)
Screenshot here
goo.gl/QgVW1f
Your link does not work.
It may not be clear, but Andrée's solution:
=[Date Column]@row - [Days before reminder]@row
requires TWO new columns. One that houses the Date (a Date type column, used in the Alert) and the [Days before reminder] which is a Text/Number type column with the number of days (30 in your stated case)
This is (I assume) for flexibility if some tasks are 30 days, some 45 and so on.
You could also change the formula to
=[Date Column]@row - 30
and skip the second column entirely.
Maybe that helps? I had to reread his answer to get that too.
Did you get it working?
Andrée
I have a Smartsheet automation setup to reminder the planning to complete their sections. It is setup to remind weekly until completed box is checked. They received 2 reminders and then the reminders stopped. Any idea what could be wrong? I can't tell that anything has changed in the sheet. Thanks Freda
I'm editing formulas in a Sheet Summary. However, I'm prevented from seeing the formula by an annoying "helpful" popup that obscures my view. I can't figure out how to get rid of the popup. Does anyone know?
I am trying to create a workflow and for some reason it gives me an error with the email I entered as the recipient for my Alert. It is an email that I know works, it is shared to the sheet, and the access to the sheet is unrestricted. I am perplexed at what the issue is. Anyone else get this and know what the issue is?