3 Day Reminder - Automations
Hello,
I'm looking for assistance to try to get this automation to work.
I need an Alert to trigger on weekdays only and if the date in the 'Date Approval Requested to Reg Manager' field is 3 days ago. I only want it to remind them once.
Is this possible?
I used the below screenshot, but it's going to run on weekends.
Best Answer
-
@Dakota Haeffner_N I'd make a helper date column (named something like reminder date)that has the formula:
=WORKDAY(Date Approval Requested, 3)
This gives a date that's 3 business days after the Approval Request date, then I'd do a text helper column that has this formula:
=COUNTIF([Reminder Date]@row, TODAY())
Then do a conditional on the workflow to check if the above cell is a 1. That should ensure it's only being sent on a business day. If you want to take out holidays you could do that on the Reminder Date formula
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
Answers
-
@Dakota Haeffner_N I'd make a helper date column (named something like reminder date)that has the formula:
=WORKDAY(Date Approval Requested, 3)
This gives a date that's 3 business days after the Approval Request date, then I'd do a text helper column that has this formula:
=COUNTIF([Reminder Date]@row, TODAY())
Then do a conditional on the workflow to check if the above cell is a 1. That should ensure it's only being sent on a business day. If you want to take out holidays you could do that on the Reminder Date formula
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
-
Great suggestion! I'll give it a go on Monday!
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
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives