I'm trying to create an automation workflow to send out routine email alerts to notify the team if a task associated with a specific Batch is due soon or past due, and I can't seem to address this in one or two alert Actions due to needing multiple AND/OR conditions for the various date fields.
Here is my scenario:
Our Smartsheet tracks Tasks A, B, C, and D deadlines for each Batch using a 'Target Date' column and then we fill out the 'Actual Date' column once the task is complete. One issue is that the 'Target Date' for each task may not always be populated for the entire sheet, and when I used additional AND/OR conditions to reflect this, my workflow got very messy. I ended up making different Actions for each Task in the same workflow (i.e. IF Task A 'Target Date' is in the past AND 'Actual Date' is blank → Alert Task Owner, new condition path: IF Task B 'Target Date' is in the past AND 'Actual Date' is blank → Alert Task Owner, and then I made a mirroring automation workflow for 'Due Soon' notifications). Unfortunately, this is leading to a separate email going out for each individual task. Is it possible to have one automation workflow that includes all tasks and will send out one or two different alerts depending on if a task is Due Soon or Past Due?
Workflow Requirements:
- For Tasks A, B, C, and D
- IF 'Target Date' is in the next 7 days AND 'Actual Date' is blank → Email 'Due Soon' alert to Task Owner
- IF 'Target Date' is in the past AND 'Actual Date' is blank → Email 'Past Due' alert to Task Owner
- One email alert that displays all of the tasks that are Due Soon, and one email alert that displays all of the tasks that are Past Due. I would also be interested if one email notification can cover both scenarios.
This is my current workflow:
Thanks for the help!