Hi All
I am using rule event in the exception tab of call integration smart service, I want the exception flow to be triggered if the integration fails.
In rule event i added one condition if success = false then exception flow will trigger.
It is going to exception flow but also flow going to the next node.
So i want flow only go to the exception flow rather than next node.
Discussion posts and replies are publicly visible
In setup, you set the value of !success as text false, but in the output parameter, it is a boolean. set it as a boolean value by using the new expression and then it will work
see, its working
Could you please describe more.
Please share the screenshot of exception tab rule event