You can't use "Array Load" action, it's for loading JSON in a very specific format.
You need to read values from your JSON and insert them into the array one by one. (Although I don't understand why you want to use the array, it would be easier to work with JSON directly)
Anyway, you need to do something like this: