Array
The Array function returns an array containing specified values.
This function isn’t compatible with all data platform connections. To check if your connection supports it, see Supported data platforms and feature compatibility.
Syntax
Function arguments:
The Array function supports indexing using a zero-based indexing system. To retrieve a value in the array based on its position, append the index in square brackets directly following the function call. For a demonstration, see Example 3.
Examples
Example 1
Returns the array [1,2,3] as variant data.
Example 2
Returns the array [1,"Hello","2024-03-14 00:00:00.000 Z"] when the current date is March 14, 2024.
Example 3
Because the array has an index range from 0 to 2, [1] instructs Sigma to access the value in the second position, which returns "orange".

