FunctionsArray
array_append
Appends the provided value to the end of the input array and returns the resulting array.
array_append(…) → StringKind · scalar
Appends the provided value to the end of the input array and returns the resulting array.
Part of the Array family.