Bake one single Point Cloud, not many

I’m feeding a list of points into the PointCloud component in order to assign a color. When I bake the component, the result is 800 point clouds with one point each. I’m looking for one point cloud and 800 points. How can I achieve this?

I’m able to combine the point clouds using the _PointCloud command in Rhino after baking, but I would like to take care of this in GH because there are a few dozen of them.

Is the list of points created in grasshopper or do they originate from an actual point cloud first?

If anything you need to bring your points into the ‘L’ input of the component, not the ‘Pc’.

However if you’re working with only ONE point cloud but you’re bringing a grafted list then it will output individual “point clouds”:

Check this too: