Dear Xano experts,
I need to multiply two arrays: array 1 {key1, value1} and array 2 {key2, value 2} - each value[i] of the first array is multiplied by value[i] of the second array. Both arrays are of the same dimension.
How to do that?
I'm trying to implement a combination of Loop and Index, but doesn't work out for me.
Thanks!