Model Functions


Function

Description

Example

GetObjectId

Determines the unique identifier of the first row which matches a particular value. Non-string values are currently unsupported.

GetObjectId(GetSourceData(), ‘Table’, ‘Field’, ‘Value’)

CreateGUID

Generates a new GUID.

CreateGUID()