I am trying to make a random amount of instances appear. I would like to count these and connect it to a seed, such that I have a number for each ID. I have tried all I know, but can´t get it to work!
bpy.data.node_groups['GeoColony'].nodes['Domain Size'].outputs['Instance Count'].default_value Doesn´t work.

default_valueis specifically a user input, not output. See: Accessing Geometry Nodes mesh data from Python, Also see: https://en.wikipedia.org/wiki/XY_problem – Markus von Broady Feb 23 '24 at 20:15