Record properties
The following Object records properties can be accessed using merge fields in templates:
| Property | Merge Field Syntax | Type |
|---|---|---|
| ID | {{ record.id }} | Integer |
| Created | {{ record.created_at }} | Date/time |
| Modified | {{ record.modified_at }} | Date/time |
Useful info
- The shorthand
{{ record }}will be automatically substituted with therecord.idproperty. - Jinja merge fields do not support referencing the record identifier field using the syntax
<<record.identifier>>.