Steamnodes package node not working

Hello,
This is the “element.getparts node in steamnodes package. How do i fix that node with error message?”

Exactly what the error says. Use DSCore.List.Flatten() instead of Flatten(), which now has two required inputs instead of just one - one for the list and one for the level of “flattening”.

2 Likes

How do I add the second input?

It’s just a second argument. If you type out the method from scratch it will show you the arguments and their object types. You can also just look at (or even use) the node itself to get a better idea.
image
Take some time to look at the “new” node and discover for yourself how it works and what you need to provide.

2 Likes