Returns the first column of the first row of the table or a specified default value.
function (
table
as table, optionaldefault
as nullable any) as nullable any
Returns the first column of the first row of the table table
or a specified default value.
Table.Row operations