Creating Rule in SharePoint List to auto escalate case when exceeds due date.

AMAN SHAIKH 40 Reputation points
2024-06-06T19:44:30.16+00:00

Hey everybody,
Hope you are doing well.

I have created one SharePoint List where I have 10 columns. I want when an Item or case exceeds any speicfic date then it should auto esclate to his manager so that he can take action.

For this problem, I have created a Due Date Column and Branch Manager Column So when i select a date and assingn manager when date exceeds to due date then mail should send to manager.

I have created rule for this using create rules option which is available in List.

When Due Date changes to relative Date then send mail to **Branch Manager.
**
But my this logic is not working. when I select todays date then it sends mail but for future date its not sending mail.

Basically I want when I select 10 june in Due date then mail should send on 10th june only to manager ID.

Is it possible in SharePoint List?
I don't want well drafted mail, just send the notification that this exceeds to due date.

Please provide me solution of this problem.
Try to attach snippet so that I can implement easily.

Thanks & Regards,
Aman Shaikh.

Microsoft 365 and Office | SharePoint | For business | Windows
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 51,846 Reputation points Microsoft External Staff
    2024-06-07T09:39:32.91+00:00

    Based on your description, I understand that you want to send notification to manager when today exceeds due date.

    You could create a flow as following example.

    Expressions are:

    formatDateTime(utcNow(),'yyyyMMdd')

    formatDateTime(triggerOutputs()?['body/DueDate'])

    1 If you set 10th June as due date, when today exceeds 10th June, for example today is11th June, then a notification email will be sent to manager.


    3If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.