Service Bridge / Exchange Transform is not triggering

shwetha5
Tera Contributor
I have created a Service Bridge transform for the Service field on the Incident form. It works when a new Incident record is created, but it does not trigger when the record is updated. Can anyone help me identify what might be causing this issue?
shwetha5_0-1777890041201.pngshwetha5_1-1777890109282.png

 

1 ACCEPTED SOLUTION

Kenny Caldwell
ServiceNow Employee

There is an issue with transforms not running on update. I am not sure if this can be attributed to that issue. The workaround is to add the sn_sb.admin role to the Service Exchange integration user, the user that starts with "sb_user". Try that and see if that fixes the issue.

View solution in original post

8 REPLIES 8

Hi @shwetha5,

 

The inbound updates are successfully synced and logged as work notes. But the transforms are guaranteed only during remote task creation.

 

Sync without transform execution on update is expected behaviour in Service Bridge v2 (Zurich version). 

 

If the provided solution is useful/working, please Accept as Solution and hit the Helpful. 
 
Thanks & Regards,
Srikanth Akula.

It worked after granting sn_sb.admin role to integration user. Thanks Srikanth..

Kenny Caldwell
ServiceNow Employee

There is an issue with transforms not running on update. I am not sure if this can be attributed to that issue. The workaround is to add the sn_sb.admin role to the Service Exchange integration user, the user that starts with "sb_user". Try that and see if that fixes the issue.

It worked! Thank you so much @Kenny Caldwell