Json – Mulesoft Dataweave use a map to update an object or use the update function or update operator
I have to update a value in a JSON object based on the variable "id". So in the next JSON array when the id = "746936" the isSendstatus property of that JSON object must be set to true. This is…