Parametric number slider: doesn't work with cluster

Continuing the discussion from Managing data: how to separate different type of data?:

Hi all,
I created a parametric number slider with metahopper, but if i create a cluster with the number slider as input it doesnt work. Anyone knows how to solve it?

here a definition where i used it


studio-separate different types of objects_By Branch_re.gh (30.8 KB)

Regards

You have to pass in the reference to the slider, rather than connecting the slider to the cluster. “Get connected objects” gets the object it’s connected to. Outside of the cluster, that’s the slider — inside the cluster, it’s the cluster input, not the slider. So create your cluster without “Get connected objects” inside it, and pass its output (the slider reference) into the cluster instead.