Reputation: 71
I created a channel with 2 destinations.
Each one of the destination has a different response and i decide if to use it by filtering message source.
Example 1:
Sending [Message] ->
Destination 1 FILTERED return no response
Destination 2 SENT return [response x]
I want source response to be [response x] but it is not
Example 2:
Sending [Message] ->
Destination 1 SENT return [response y]
Destination 2 FILTERED return no response
I want source response to be [response y] but it is not.
How can i set source response to match SENT destination?
I tried to set Source settings Response on each of the mirth drop-down options, with no success.
Upvotes: 3
Views: 3758
Reputation: 1719
You can't use a destination as your response in your situation, as it must always pick the same destination. You do have a couple options, though.
Upvotes: 6