Skip to main content Skip to complementary content

TO_ARRAY

Outputs all the values from all the inputs as an array.

Syntax

TO_ARRAY(inputs1[, inputs2, ..., inputsN])

Arguments

Name Type Description Default Value
inputs# any

Returns

Returns the same as the input.

Examples

inputs1 inputs2 Output
array["a", "c"] "b" [a, c, b]

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!