AppendToArray Returns a copy of an Array with the provided value appended to the end. Note: It is not possible for an array to contain arrays. Attempting to append an array to an array will concatenate them instead. Inputs Array Any Type Output Array