Perform Null Check In Dataweave

perform null check in Dataweave   isEmpty is a dataweave core function that can be used to perform null check In Mule 4. It works on Array,String and Object and gives the result accordingly Examples: Result Examples: Result isEmpty(object) it will return true if the object is empty else false Example: Result true  

Share this:
Read More