I don’t think this is the solution to the post title.
How to apply any node or nodes definition to each item of the list?
with simple functions with only one input you can use List.Map… but what about the rest?
For instance guess I have a flatten list of CoordinateSystem.
To each point I want to apply twoPoint.BySphericalCoordinates.
How can do that using only one Point.BySphericalCoordinates node fed from a list (of two in this case) of ‘phi’ and ‘theta’ input’?
Of course is possible to do it in other ways, but if mapping as the one I show in the image is possible would allow a much cleaner definition as I can just feed any amount of points and the sphericalCooordinates node would still match the list of coordinatesSystem. I could only care of the list of points rather than having to create multiple Point.BySphericalCoordinates nodes.