After saving you array with 'set item "myArray" to array.AsJSON'. You load it after triggering the 'on item get' event.
some event -> LocalStorage| get item 'myArray'
LocalStorage| On item "myArray" get -> Array| Load from string LocalStorage.ItemValue
Now it should be loaded.