Hi @Rafi_Newman,
There are a couple of ways to do it, You can use Text Aggregator or Create a JSON module. But for this, the easier approach will be to use Text Aggregrator,
- Add an Iterator after the HTTP module and Iterate over the Result that you are getting from the HTTP. Make sure to enable Parse response Checkbox in HTTP Module
- After the Iterator, Put a Text Aggregator, whereby you will construct the child JSON element in the resultant JSON array,
After which, in the module that you want to send the result JSON, you can then construct the overall JSON by doing,
You can test this blueprint and review how it works.
blueprint (46).json (6.6 KB)

