What is the output type of the DataWeave flatten function?
What is the output type of the DataWeave flatten function?
The output type of the DataWeave flatten function is Array. The flatten function is used to transform a nested array into a single-dimensional array.
B is correct
correct