function (table
as table, optionalcountOrCondition
as nullable any) as table
table
, depending on the value of countOrCondition
: Table.FromRecords({[CustomerID=1,Name="Bob",Phone="123-4567"],[CustomerID=2,Name="Jim",Phone="987-6543"]})
Table.FromRecords({ [a = 1, b = 2], [a = 3, b = 4] })