The array object is global by default.
It means that it is usable through the whole project.
If, in the execution of your game's logic, you already go through Event sheet 1, fill the array with values and then go to another layout/event sheet, from this new layout/event sheet you can still access the array and use the currently filled in values/modify them, etc...