DataWeave : map()
map() : The map is a function in Dataweave which iterates over the items in an array and outputs them into a new array. map(item,index) : item (default $): it represents the element in the input array list. index (default $$) : it represents...
Mar 4, 20221 min read549
