IsNewRow
Returns true if the specified row is not yet saved to the database. Returns false if the specified row is already saved to the database.
If the parameter is a list, then the current row of the list is taken.
If the parameter is a reference, then the referenced row is taken.
Syntax
Parameters
Name
Type
Required
Description
list
list
☑️
a database list
reference
reference
☑️
a reference to a row of a database list
Last updated
Was this helpful?