For the complete documentation index, see llms.txt. This page is also available as Markdown.

IsDirty

The IsDirty() function returns a boolean value that indicates if the specified row or field has a value that has not been saved to the database yet. In other words, there is a value that will be written to the database if a "Save changes" node is invoked. Note that this value could be the exact value that is already stored in the database. It will return false if the value is not part of a persistent entity.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

IsDirty(list)

IsDirty([Client]) =>True

IsDirty(field/data-item)

IsDirty([Client.Name]) => False

Parameters

Name
Type
Required
Description

list

list

☑️

a list from the datamodel

data-item

Field

☑️

A field from the datamodel

Last updated

Was this helpful?