Notification needs to be triggered

Arun Priya
Tera Contributor

I need to trigger notification whenever any customer updated comments in Req_item. It needs to send notification to the Assigned to person. We don't have assigned to person in req_item available only in sc_task.

how can we implement it.

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@Arun Priya 

then do this

1) use Flow with Trigger as Comments Updated on RITM table

2) then use Lookup Records on sc_task and condition

Requested Item = Trigger Record->SysId

3) then use For Each to iterate the above

4) then within For Each use "Send Email" and send email to assigned to of sc_task with your subject and body

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Arun Priya 

Hope you are doing good.

Did my reply answer your question?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Nawal Singh
Tera Guru

Hi @Arun Priya ,

Please review below links there is already solution provided-

 

1. https://www.servicenow.com/community/virtual-agent-forum/send-email-notification-to-assigned-to-when...

 

2. https://www.servicenow.com/community/developer-forum/email-notification-when-ritm-is-commented/m-p/2...

 

 

If you found my response helpful, please mark it as helpful and accept it as the solution.

Thank you
Nawal Singh