Which of the below functionality is provided by zip operator in DataWeave?
Merges elements of two lists (arrays) into a single list
Used for sending attachments
Minimize the size of long text using encoding.
All of the above
Correct answer is Merges elements of two lists (arrays) into a single list
MuleSoft Doc Reference : https://docs.mulesoft.com/mule-runtime/4.3/dw-core-functions-zip
Submit