Questions tagged [mule4]

Introducing Mule Version 4 - A streamlined enterprise service bus (ESB) and integration framework developed by MuleSoft.

Discover and extract a specified value from JSON data to obtain related JSON values in Mule 4

In my Mule 4 DataWeave script, I am searching for a value1 (color/size) in a JSON array object and matching it with value2 (yellow/28 inch) within the same JSON array object. The JSON input is as follows: Please remember that systemAttributeName cannot be ...