filter(Array, (item: T, index: Number) -> Boolean): Array Filter in dataweave used to return the matching values as per the expression applied. It always iterates over an array and returns the array of elements those satisfies the expression. The exp...
dw.hashnode.dev2 min read
No responses yet.