Have you noticed that a local variable can be either "Read" or "Write" ? Just right-click the terminal, and change to read (or write).
Then write directly the local variable...
I guess that by the time you get this answer, you found that by yourself !
Additional comments :
1/ keep your diagram compact : it should ALWAYS fit in a 1024/768 screen, whatever your screen size. It is much easier to debug/maintain a vi when you can see everything at a glance. Consider that ALSO as a kind of courtesy to others...
2/ respect ALWAYS the left to right wiring rule. This will avoid misunderstandings, as in your second frame. Consider that ALSO (2) as a kind of courtesy to others...
3/ there is no need to convert an array into a cluster to read the elements
: just use an "Index array" node and expand it to reach further outputs (have you noticed that with multiple outputs, there is no need to wire all the index inputs (auto-indexation)?).
4/ use an "Array subset" node to suppress the first column and first row of your data array, in a single operation, instead of two "Delete from array" nodes.
See the attached image to have an idea of how your diagram should have looked...
Chilly Charly (aka CC)