Clarity - New/updated record trigger

The New/updated record trigger monitors a specified Clarity object type for new or updated records.

Input

Input fieldDescription
Trigger poll intervalSpecify how frequently to check for new events.
ObjectSelect the object to monitor for new or updated records. Options include:.
Filter conditionConfigure this field to filter the returned records. Use Clarity query syntax, for example (isActive = true).
LimitSpecify the maximum number of records to return. The maximum is 100 records per poll for optimal performance.
OffsetSpecify the starting offset for pagination. Used internally for polling.
SortDefine the sort order using field names. The default is lastUpdatedDate asc for incremental polling.
Fields to retrieveSelect specific fields to retrieve. ID and lastUpdatedDate fields are always included for proper tracking.

Additional fields may load based on the object you select.

Output

The trigger returns individual records as they are created or updated. The output fields vary based on the selected object type and fields to retrieve.

Last updated: