I'm looking for a way to copy attributes from multiple geometries into a single master geometry.
All input geometries have the exact same topology. As shown in the first image, I can achieve this by chaining multiple Attribute Copy nodes, but I'd like to find a cleaner way to do this.
I tried using a For-Each Loop (as shown in the second image) with the Gather Method set to "Feedback Each Iteration". While all the attribute names appear in the final geometry, only the values from the first and last inputs (geo_01 and geo_06) are being reflected.
Each geometry has a unique attribute name, such as mask_head, mask_hand, mask_foot, and so on.
How can I properly set up a For-Each loop to replicate the manual chaining process from my first image? Any advice on how to handle these multiple unique attributes within a loop would be greatly appreciated!