Exists(reference-column)
Returns true if the referred record selected in the reference column exists and is accessible to the user.
Parameters
- reference-column
- The reference column to check.
Returns
Boolean
Examples
Exists([Project])
returns true if the "Project" reference column refers to an existing record that is accessible to the user.