Alerts based on conditions
I want to set up alerts to specific users for this scenario.
There is a column called Termination Date which is the date the user has been terminated. From that Termination Date, the admins must disable the user from a application and input the date once the user has been officially disabled - that column is called Application Disabled Date.
The admin must disable the user within a 10 day window from the Termination Date, so if the Application Disabled Date is blank after 8 days of the Termination Date, i want Smartsheet to shoot off an alert and everyday until the 10th day as long as the Application Disabled Date is blank. Once a date is inputted in the 10 Day window, there will be no alerts. Can someone please assist?
Answers
-
Hi Gabriel,
We’d use the Trigger: When a date is reached and then select the date field for the Termination Date and select that it should trigger after one week and with the condition that the Disabled Date is blank.
We’d need to add another one for it to be recurring until it’s complete.
To add: We could also use a so-called helper column in the sheet instead and base the workflow on that.
The best method depends on the specifics of your process.
What do you think?
Make sense?
Would that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
I personally would create a date type column called something along the lines of [Alert Date]. Then you could use a formula such as
=IF(ISBLANK([Application Disabled Date]@row), [Termination Date]@row + 7)
This will output a date for any row where the [Application Disabled Date] is blank, and the date output will be 7 days after the [Termination Date].
Then you can set up your Alert (or even Update Request) to be send based on when the date in this new column is in the past.
-
Hi Paul - I am getting Incorrect Argument with your formula.
-
Hi Andree,
Thanks for feedback. Regarding this comment, We’d need to add another one for it to be recurring until it’s complete.
Do we need to create a new trigger? I am having trouble how I can do a recurrence after 8th, 9th, 10th day.
Also - regarding the helper column, do you mind elaborating please?
-
Can you copy/paste the exact formula from your sheet that is giving the error. I have double and triple checked the formula I provided, and the syntax should be working.
-
Re. Another one, I mixed it up! Time for more coffee! ;) Sorry about that!
The helper column would be the best method as I see it.
With the helper we would trigger from that date and then every day until the Date Delivered is filled in.
Make sense?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi Paul,
Here is the exact formula: =IF(ISBLANK([Application Disabled Date]1, [Employee Termination Date]1 + 7)
Getting #INCORRECT ARGUMENT
-
You are missing a closing parenthesis to close off the ISBLANK function.
=IF(ISBLANK([Application Disabled Date]1), [Employee Termination Date]1 + 7)
-
That was it Paul! Thanks!
Last question - How do I set an alert every day after 7th day until the 10th Day?
-
@Gabriel Park I was meaning to set it up to start after the 7th day and continue indefinitely until the [Application Disabled Date] was filled in. That way even on day 11 it is sent out, but will stop once the date is entered.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives