Table.RemoveFirstN
Returns a table with the first count rows skipped.
Syntax
Table.RemoveFirstN(
table as table,
optional countOrCondition as any
) as table
Returns a table with the first count rows skipped.
Table.RemoveFirstN(
table as table,
optional countOrCondition as any
) as table