Alex Martinez
One of my commonMistakes while working with DataWeave
Jan 13, 2021 | LinkedIn - Alexandra N. Martinez
One of my common mistakes while working with DataWeave, is that I enclose in an array ([]) the range that I want to create using the "to" function.
For example, [1 to 3] instead of 1 to 3.
Enclosing the function in an array will result in an array of array of numbers (or Array of Range) when the actual result that I was expecting was a single Array of Numbers (or Range).
Link to content:
