FirstOrEmpty
This Flow Script tutorial explains how to use the FirstOrEmpty function with syntax and examples.
Last updated
This Flow Script tutorial explains how to use the FirstOrEmpty function with syntax and examples.
Last updated
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.