How to map multiple source message variables to one target message in an orchestration
Scenario
In some cases, you might want to map multiple source variables to one target schema. This is because the data might be spread across 2 schemas. To do this follow the below steps.
1. Create a map via an orchestration. This will help you choose 2 message variables as a source and one Destination schema. Refer Fig 1 and Fig 2.
Fig 1
Fig 2
2. This will create the map as shown in Fig 3. Here you can see that a map has been created with multiple source schemas and one target schema. Now you can perform your mapping based on the data you have in these 2 schemas.
Fig 3
Hope this helps. Happy coding.
Comments
Post a Comment