Hi!
My scenario is that PI 7.4 receives a message containing multiple purchase orders. I want to split this into multiple messages with one purchase order each and depending on a field in the message send it to one of several receivers.
I thought it would be simple by using a multimapping/message split mapping and then receiver determination mapping but I realize now that the receiver determination is executed first and does so for the original message and not each individual message resulting from the message split.
Is there a way to solve this?
One idea is to create a dummy business component to act as receiver and sender and divide my problem into two different integrations where the first one does the message split and sends to a dummy receiver and the second uses a dummy sender to do the receiver determination but it feels like a hack and I'm looking for a cleaner solution.
Best regards,
Richard Linnander