Thanks!
Basically you created the Spawn Actor Into Level node that lets you specify which level an actor gets spawned into. The same functionality is also needed for the “Add StaticMesh” and “Add Instance” nodes.
I use “Add StaticMesh” to add a mesh to the world, then I use it’s return value to set an InstancedStaticMeshComponent variable which I then later feed into “Add Instance”.