I have 2 dynamic arrays, I need to get the index of specific items of the same value and the match their index with items in the second array to get their value, so i can alter the second arrays values

I don’t understand, if you want to make every index match between two arrays, just set one array to other, or even better just use one array. Surely there is something I am missing here.