Forum Discussion
Cele
4 years agoNew Contributor II
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
- Ajay_Chawda4 years agoContributor
@Cele
Thank you for help.
it worked .Regards,
Ajay