Short version:
I want to write and read the status of a boolean in a cluster by name, but i want to choose which boolean programmatically.
Long version:
I've been searching and trying for many hours but i feel i'm missing something obvious and i'm stuck in a loop. No pun intended.
The reason behind this is that i can program one loop that adapts itself to a source. Meaning, when i press 1 button, lets say "button A", the loop knows what to do for everything in the program with the name A.
I've tried many things like working with property nodes and variants etc.. while writing this question, i figured the property nodes out, sorta. I wonder if there is an easier way.
Many thanks in advance to anyone who can solve my issue.
I know i can always get rid of the cluster and do things easier (yet bulkier), but i have to know if and of so, how it is possible.