Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

On call trigger working only on assignment group changes

vinodhamano
Tera Contributor

On call trigger rule working on assignment group changes and we want to trigger on priority changes as well . let say if incident priority changes from low to high then it should trigger ? how to configure this

 

vinodhamano_0-1762159168153.png

 

2 REPLIES 2

Roshnee Dash
Tera Guru
Tera Guru

Hi @vinodhamano 

Since the 'Change' operator isn't available for the Priority field, you can apply the same condition using a Business Rule. From there, you can trigger the flow using sn_fd.FlowApi.executeFlow() (FlowAPI - Scoped, Global).
I'm not entirely sure if this approach will work in your case, but it's worth trying.

Your feedback makes the community stronger! If you found this helpful, marking it as the correct answer helps others.
Stay awesome,
Roshnee Dash

kaushal_snow
Giga Sage

@vinodhamano ,

 

You can create a dedicated trigger under On Call Scheduling > Administration > Trigger Rules in your instance and configure it for the Incident  table with the When = Update condition, then in the Condition builder use something like priority changes from lower to higher (for example: current.priority != previous.priority && current.priority IN (1 - Critical, 2 - High)) so that when the priority is updated the rule fires the on call assignment workflow, ensuring that escalations happen not only when the assignment group changes but also when the priority rises....

 

If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/