Auto Generated Values

The scheduler uses auto generated values to dynamically build the name of any checklists it creates.

This allows you to generate unique names for your checklists, even when they're created automatically by the scheduler.

Auto Generated Value Tags

The following tags are avaliable to use:

Auto Generated Value TagExample Output
{{ template.name }}Template Name
{{ checklist.date.dd/MM/yy }}05/01/18
{{ checklist.date.dd/MM/yyyy }}05/01/2018
{{ checklist.date.MM/dd/yy }}01/05/18
{{ checklist.date.MM/dd/yyyy }}01/05/2018
{{ checklist.date.dddd, MMMM d }}Friday, January 5th
{{ checklist.date.dddd, MMMM d, yyyy }}Friday, January 5th, 2018
{{ checklist.date.MMMM d, yyyy }}January 5th, 2018
{{ checklist.date.MMMM d }}January 5th
{{ checklist.time.HH:mm }}13:44
{{ checklist.time.HH:mm:ss }}13:44:34

How To Insert An Auto Generated Value Tag