Comment on page
Prepend
Add a new value to the start of an existing array. The result is the existing array with the new value added to the start of it.
The existing array you wish to add a value to.
The value to add to the start of the existing array.
[1, 2, 3]
0
After running the event with the above options, the Variable option will be updated to [0, 1, 2, 3].
Last modified 11mo ago