Skip to main content
October 20, 2021
Question

Subsequent Integration calls with single button click on UI

  • October 20, 2021
  • 2 replies
  • 0 views

Hello,

We have a requirement to call some integration rules from UI. I am able to call a single Integration rule and able to receive the response. But, in our requirement, we have 3 separate integration rules one of the response parameters from the first integration rule is the request parameter for the second integration rule and the second integration rule response is the request parameter for 3rd rule. 

So, In the UI Interface, the user should be able to click a button that should call these three integration rules subsequently and we have to show the response of the 3rd integration rule on the UI. Please guide us to achieve this requirement.

Thanks in advance. 

2 replies

stefanhelzle0001
Brainy
October 20, 2021

I would put that into an expression which is encapsulating all the logic. Then call that expression in the interface.

October 20, 2021

Thanks Stefan