Skip to content

Instantly share code, notes, and snippets.

@emoran
Last active October 21, 2022 19:19
Show Gist options
  • Save emoran/8677a3afa57fb4fbfc8e33e4fc13f899 to your computer and use it in GitHub Desktop.
Save emoran/8677a3afa57fb4fbfc8e33e4fc13f899 to your computer and use it in GitHub Desktop.
combine scatter gather result Mule 4
%dw 2.0
output application/json
---
flatten (dw::core::Objects::entrySet (payload) map ($[1].payload))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment