Hi,
I'm having trouble figuring out how to notify the Admin/Manager when an employee is about to be without a task.
For example:
Employee1 = have a task -> That task runs out in 2 days -> notify the manager that it runs out in 2 days.
I've tried to set up up the logic in automated actions, but I can't get it to work.
Your help would be much appreciated!
Best regards, Emil
Basically, you get all tasks that are not finished and their time has run out.
if they exist, you create a notification to the manager having the list of the tasks you searched for. I don't see why it does not work unless you write a bad code.
share your code in order to help.