We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Send email notification to the assignee user after the schedule time passed in change managment.

Kanna12
Tera Expert

Hello Every one,

 

I have a scenario that i need to send email notification to the assignee user after the schedule time passed in change managment.

 

Could you please assist me.

1 REPLY 1

Dr Atul G- LNG
Tera Patron

Hi @Kanna12 

 

Number of ways to do this, 

 

1. Schedule job

2. Flow Designer - I will prefer this, as it is low code . You can create a schedule every 5 mins or so,

Trigger

Schedule

 

Action

Look up Record where current date > plan end date

for each record

Email notification

 

https://www.servicenow.com/community/developer-forum/flow-designer-issue-for-sending-reminder-emails...

 

https://www.servicenow.com/community/developer-forum/flow-designer-reminder-emails/m-p/2413189

 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************