List
Last updated
Last updated
The List
()
function creates a list-typed collection of the provided values so it can be used in other functions and features that work with a list. All values must be of the same type.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
A collection of same-typed values that can be used as a list in other functions or list-based features. This list can be iterated through, or a specific item can be accessed using its index-position, or using the Distinct function can be narrowed down to its unique values.
Returns Unknown
if one of the parameter values is unknown or outside the common valid boundaries.
Name | Type | Required | Description |
---|---|---|---|
value1
any
Accepts any (at least one) number of values of the same type.