We are migrating Mule 3 app to Mule 4 where we have encountered below MEL. Any inputs on how to convert it to DataWeave. mel:prevProperties.get(payload.get("A1
I am using Mule 4.4 community edition I have a GET endpoint with 4 query params: empId ( mandatory ) collegeId ( mandatory ) subject ( either subject or
I have been working on a mule app(4.4.0) where it calls a salesforce query connector and converts the response from SF connector to CSV and then upload the CSV
In my case, I tried to convert the below Mule Expression Language (MEL) script to DataWeave 2.0. MEL script on Mule 3: import java.util.Iterator; import org.dom