I got it to work now. The reason I thought the arrays were the issue is because I got it to work correctly with other variables already. I did exactly the same with the array as with the other variables, but apparently I cant just “set” an array with the same value as other array (as you do with non array variables) because it seems that was the problem, when I instead cleared the array and used a “for each loop” node to transfer each item from one array to the other it worked correctly