Doing that in python (renaming UVs so they match and then join them) is trivial, but i would like to just dont have to do this every time and it wont work with import node.
But i don’t know how to force Blender to just hand me first UV, or rename first UV channel in each instance, because Get Attribute Names and Lists seems to not wanting to work with For Each Element node or in other combinations.
Should this work, but its bugged, or am i missing something, or its is still not yet possible?
Note the Separate Children option is selected to ensure that the For Each Element operates on each child instance in the collection and not on the whole collection as a single instance (which is the default behaviour).