Skip to Content
1
Apr 30, 2018 at 09:24 AM

Using Splitter, Router and Gather

2147 Views

Hi SDNites,

I have used General Splitter to split the records. Now the records which are split have to be handled based on certain condition like if value in specific field is A then call X API (Request Reply) while if value in that field is B call Y API. Here I have used Router to create branching so that API's can be called based on condition. But after calls from both branches are completed, I need to join the data again for which I am trying to use Gather step but it is not working. Can you please guide me how to achieve this.

Any pointers would be of greate help.

Regards,

Abhi