In this post, we will see how to resolve How to pull multiple data/page from a static payload file and combine them as a result using DataWeave Question: I hope someone sees my post and please do help me to ...

In this post, we will see how to resolve How to Compare two JSON and group them together to get the output Question: Need to group by ID from the input1. If the Id in Input1 exist in Input2 then ...

In this post, we will see how to resolve Not able to deploy Spring-based application after migrating from Mule 3.x to Mule 4.x Question: I have a Maven and Spring-based application that I am trying to deploy on Mule 4 ...

In this post, we will see how to resolve how to refer/use DataWeave files from domain or other projects in Mule 4 Question: The idea is to use or refer the dwl files from domain project so the same DataWeave ...

In this post, we will see how to resolve How to sum the values of child objects in an array with DataWeave Question: Below is the input. There is a parent child-relationship with objects. The "Key" key specifies that. For ...

In this post, we will see how to resolve DataWeave move child key value into parent key Question: I have the following JSON as an input: My expected output is: How can I achieve this in mule 4? Please suggest. ...

In this post, we will see how to resolve how to upload to specific folder inside Azure blob container with Mule? Question: In my Mule 4 application I Azure Storage connector to successfully upload a blob to my Azure container: ...

In this post, we will see how to resolve Unable to fetch payload.access_token value after hitting salesforce using http connector. how to extract access_token value? Question: I am hitting salesforce which is giving me application/x-www-form-urlencoded JSON which looks like this ...

In this post, we will see how to resolve Dataweave calculating on groupBy with items Question: I want to calculate the totalprice of articles per articlegroup with Dataweave in Mulesoft. I have a solution but it looks a little bit ...

In this post, we will see how to resolve Split JSON Array to an Object Question: I have a payload like below: and want to return an array like: I’ve used the following dataweave which works fine when specialtyIds is ...