Skip
This Flow Script tutorial explains how to use the Skip function with syntax and examples.
Last updated
This Flow Script tutorial explains how to use the Skip function with syntax and examples.
Last updated
The Skip function returns a table where the first n rows have been excluded.
The syntax for the Skip function is:
Skip(table, n)
table - the table with the data.
n - the number of rows to exclude.
The Skip function returns a table.
Let's look at some Skip function examples and explore how to use the Skip function.