Glossary

One canonical name and meaning for each term used across this documentation. Where two terms are commonly confused, the difference is spelled out rather than implied.

The Core Objects

TermMeaning
TemplateThe blueprint. Defines the tasks, content and behaviour that every checklist created from it will have. Versioned. See Create a Template.
ChecklistA running instance created from a template. What a person actually completes. See Create a Checklist.
TaskOne completable step in a checklist. Has a checkbox, a status, optional due date and assignees, and contains controls.
HeadingA read-only divider in the task list. Has no checkbox and cannot be completed. Not a task.
ControlThe building block of a task. Every task is made up of one or more controls. See Control Types.

Controls

TermMeaning
Content controlA control that displays information and captures no answer. Read-only in the checklist, never blocks completion. Text, Image, Video, File, Mail-To, Embed, Separator.
Input controlA control that captures information from the person running the checklist. Short Text, Long Text, E-Mail, Website, File Upload, Date & Time, Dropdown, Multi-Choice, Sub-Tasks, Members, Table, Linked Checklist.
Halt taskA task carrying halt logic, which disables the tasks after it until it is complete. The feature is enforcing task order; the mechanism is a halt.
TooltipOptional guidance attached to any control, shown on hover. See Tooltips.

Automation

TermMeaning
ParameterA named value defined on a template and set when a checklist is created. Three types: String, Date & Time, Member or Group. Bound to controls or to task assignments. See Template Parameters.
Dynamic valueA value drawn from elsewhere — another control, or global data such as the current date — and inserted into a control. Two forms: placeholders (inline {{tokens}} in Text and Mail-To) and bindings (pre-filling an input control). See Dynamic Values.
BindingThe configured connection between a control and its source: a dynamic value, a template parameter, or a Data Set field.
TriggerTwo meanings — always say which. In conditional logic, the If side of a rule. In custom notifications, the event that fires the notification.
ActionTwo meanings — always say which. In conditional logic, the Then side: showing or hiding tasks, headings and controls. In custom notifications, what happens when the trigger fires.
AnchorCustom notifications only. What a notification is attached to — the checklist and/or specific tasks.

Data Sets

TermMeaning
Data SetA reusable table of reference data stored in the Library. Made of fields and records. See Data Sets Overview.
RecordOne row of a Data Set.
FieldOne column of a Data Set, with a name and a type. Use field for Data Sets and control for the things in a task — a control is not a field.
ViewA saved combination of filters, sorts and hidden columns. Used by both Data Sets and Reports. Every Data Set has an All Records view.
Display FieldThe field whose value is shown to the person running the checklist.

People and Access

TermMeaning
RoleOne of exactly three baseline access levels: Administrator, Member, Guest. Every user has one.
PermissionAn Area.Capability flag — Template.Creator, Report.Creator and so on — granted on top of the Member role. See User Permissions.
AdministratorThe unrestricted role. Holds every permission implicitly; its permissions cannot be edited. There must always be at least one.
MemberA user whose access is determined by their permissions. Members are the users your subscription is counted in.
GuestA free, limited role. Sees only their own dashboard and the tasks they are directly assigned to, and cannot be granted permissions.
GroupA named collection of team members. Can be assigned anywhere a member can. Only Administrators can create, edit and delete groups. Confers no permissions.
FolderA container in the Library or the template list. Carries its own View, Edit or Deny permissions.
A role is not a permission

This is the distinction most often got wrong. Roles are Administrator, Member and Guest. Permissions are the Area.Capability flags. There is no such thing as a "Creator role" — Report.Creator is a permission granted to a Member.

Terms That Are Easy to Confuse

These look alikeThe difference
Template and ChecklistThe template is the blueprint; the checklist is one run of it. Answers live in the checklist, never in the template.
Task and HeadingA task can be completed. A heading is a read-only divider.
Field and ControlA field is a Data Set column. A control is a thing in a task.
Trigger in conditional logic and in notificationsOne is the If side of a rule; the other is an event that sends a message.
File and File UploadFile gives a document to the reader. File Upload collects one from them.
Website and EmbedWebsite captures a URL from the user. Embed displays a page you chose.
Reports and AnalyticsReports lists individual checklists. Analytics aggregates them into trends.
Archiving and DeletingArchiving hides a checklist and can be undone. Deleting is permanent.

Related Pages