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

 

1 REPLY 1

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