a
(array, default: empty array): The input array to be processed or passed through the node.result
(array): The output array, which is the same as the input array.a
input. The node will output the same array on its result
output, which can then be connected to other nodes in your spell.
This node is particularly useful when you need to:
a
input. Configure the Set Variable node to create an array with the values [1, 2, 3, 4, 5]
.
result
output of the Array node to a Map node. Configure the Map node to multiply each value in the array by 2.