Append an array to an existing array
summary (oneliner)
If you have an array with the values[0,1,2]
pressing join 3 times will result in the following array[0,1,2,0,1,2,0,1,2,]
pressing reset empties the array and sets it to null
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Join (Trigger)
Append array to existing array
Array (Array)
ArrayIn
Reset (Trigger)
Reset the array
Outputs
Result (Array)
Array out
Array length (Number)
Patches using ArrayAppendArray
Changelog
fixed array length zero now resets array correctly 2019-05-22 - andro | |
fixed - outputs null if array is empty or has been reset 2019-05-29 - andro |