List
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
value1
any
Accepts any (at least one) number of values of the same type.