Record list samples
Filtering
|
Record list pre-filtering supports value interpolation that is relative to the content; such as a record. Available variables:
|
- Show only records created this year
-
YEAR(created_at) = YEAR(). - Show only records linked to the viewed record
-
related_contact = ${recordID}. - Show only active contacts
-
is_active = '1'. - Show lost opportunities
-
status = 'closed/lost'.