Can we create a workflow to run daily and alert when due date reached excluding Saturdays & Sundays
We need to create a workflow to run daily and send an alert when due date (Due date = Created date + 2days) is reached, however weekends should be excluded, as when a request is created on Friday, so for due date it should count Monday and Tuesday instead Saturday and Sunday. Is this possible to set a workflow for this?
Best Answer
-
If you use a Friday date in a WORKDAY function and add 2 days to it, it should populate a Tuesday date. A Thursday date with WORKDAY + 2 should populate a Monday date.
Then set up your automation to trigger on the new date column.
Answers
-
I would suggest inserting a date type column and using something like the below:
=WORKDAY(Created@row, 2)
Then drive your automation off of this new column.
-
I applied the same, but it counts weekends as well, Saturdays and Sundays should be excluded
-
If you use a Friday date in a WORKDAY function and add 2 days to it, it should populate a Tuesday date. A Thursday date with WORKDAY + 2 should populate a Monday date.
Then set up your automation to trigger on the new date column.
-
Thank you very much Paul, it works!!!
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 451 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 455 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives