Skip to main content

Table.FirstValue

Returns the first column of the first row of the table or a specified default value.

Syntax​

Table.FirstValue(
table as table,
optional default as any
) as any

Remarks​

Returns the first column of the first row of the table table or a specified default value.

Category​

Table.Row operations