Solved
Forum Discussion
bojanvelevski
4 years agoValued Contributor
Hey @Tanmay_Sarkar,
Split the Group, and group by projectNum & projectName, and use an expression to filter the objects within the ‘tasks’ array. Here’s an example pipeline:
Merge Objects_2021_11_23.slp (6.3 KB)
Regards
- Tanmay_Sarkar4 years agoNew Contributor III
Thanks a lot @bojanvelevski this worked. Tweaked this a bit to get the solution we are looking for.
- spinaka4 years agoNew Contributor III
Another simple way with just 1 mapper expression.
- Tanmay_Sarkar4 years agoNew Contributor III
Thanks a lot @spinaka, this is really helpful. Gets the job done elegantly only with the help of a mapper.