FirstOrEmpty
This Flow Script tutorial explains how to use the FirstOrEmpty function with syntax and examples.
Last updated
Was this helpful?
This Flow Script tutorial explains how to use the FirstOrEmpty function with syntax and examples.
Last updated
Was this helpful?
The FirstOrEmpty function returns the first record in the table. If the table is empty, an empty record is returned (i.e. all fields contain nothing).
βThe syntax for the FirstOrEmpty function is:
FirstOrEmpty(table)
table - the table with the data from which the first row is to be taken.
βThe FirstOrEmpty function returns a record.
Flow 6β.13
Let's look at some FirstOrEmpty function examples and explore how to use the FirstOrEmpty function.β