Skip to content

Record properties

The following Object records properties can be accessed using merge fields in templates:

PropertyMerge Field SyntaxType
ID{{ record.id }}Integer
Created{{ record.created_at }}Date/time
Modified{{ record.modified_at }}Date/time

Useful info

  1. The shorthand {{ record }} will be automatically substituted with the record.id property.
  2. Jinja merge fields do not support referencing the record identifier field using the syntax <<record.identifier>>.