getIsDirty (Client API reference)
Gets a boolean value indicating whether any columns in the form have been modified.
Syntax
formContext.data.entity.getIsDirty();
Note
Unsure about entity vs. table? See Developers: Understand terminology in Microsoft Dataverse.
Return Type
Type: Boolean
Description: true if any columns in the form have been changed; false otherwise.