I’m currently using a math node to insert a value from one array to another as below.
There has to be a better way to do this esoecially since there are 24 values like this.
I tried using the array node but wasn’t successful.
I must be having a brain blockage today…
I am currently working on an example for this and will get back to you shortly with a walkthrough. In the meantime, I would recommend checking out a couple of these resources:
I messed around with the same Nodes and was also unsuccessful. Since these Nodes are configured with payload paths, they do not accept variables and must be static references. Thus, I used a Function Node with the map() method: