Hi There,
Thank you for asking this question on the Microsoft Q&A Platform.
As you mentioned, you are already using Azure Integration so I assume you already have an Integration account where you can store your map/schema.
For your scenario, you can achieve it in multiple ways, I am giving some suggestion that you can take,
- Build a LogicApp and implement the mapping as per your data transformation rule. Even if you have 3rd party call in between to pull and add the additional data, I would suggest this option will be much easier to achieve it. Here you can go with XSLT or Liquid map.
- You can write a function to do obj-obj mapping based on your input received from 3rd party API. This would be much tricky but again it's possible in this way as well.
Regards,
Kamlesh Kumar
BizTalk Techie
If this answer solved your problem, please click the Verify Answer button (found below the answer) to help other users who have the same question.