Tanmay_Sarkar
4 years agoNew Contributor III
Merge objects into first element of the group
Hello All,
I have stumbled upon a scenario where we need to map all the elements within an array to the first element of the object or if we have to simplify the use case based on a certain field w...
- 4 years ago
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