Any
This Flow Script tutorial explains how to use the Any function with syntax and examples.
Last updated
This Flow Script tutorial explains how to use the Any function with syntax and examples.
Last updated
The Any function returns a truth (Boolean) value indicating whether the table has any rows.
The syntax for the Any function is:
Any(table)
table - the table to check for rows.
The Any function returns True or False.
Let's look at some Any function examples and explore how to use the Any function.