Array Push

Add values to an array

Description

Add values to an array

Properties

Array Input

The array to add a value to

Value to add

The value to be added to the above array

Assign To

The variable to assign the updated array to. It can be the same array that you used to add the value. (Most times it would be)

Returns

Returns the last output

Last updated