First
This Flow Script tutorial explains how to use the First function with syntax and examples.
Last updated
This Flow Script tutorial explains how to use the First function with syntax and examples.
Last updated
The First function returns the first record in the table. If the table is empty, an error is thrown.
The syntax for the First function is:
First(table)
table - the table with the data from which the first row is to be taken.
The First function returns a record.
Let's look at some First function examples and explore how to use the First function.