Forum Discussion
Hi @Ajay_Chawda
Try to use the following expression and let me know if this helps you
$.entries().filter(item => $group.findIndex(x => x.name == item[0]) != -1 ).reduce((acc, cur) => acc.extend({[cur[0]]: cur[1]}),{})
BR
Kristijan
This is Brilliant having multiple solutions. Thanks so much for teaching to use the map method.
Related Content
- 5 months ago
- 3 years ago
- 3 years ago
- 9 months ago
- 2 years ago