TL;DR: Generate subitems on demand — when an item's status changes, when a parent column gets values, or when a subitem is created with defaults already applied. Pick the recipe that matches your trigger and what should be created.
When to use these automations
Standardised checklists — every new project should auto-generate a fixed list of subitems
Templated workflows — status flips spawn the next batch of work
Defaults on creation — every new subitem gets an owner, a date, or a name pattern automatically
Cross-board generation — creating a subitem here triggers an item or subitem somewhere else
Recipes for creating subitems on a trigger
Recipe (exact text from automation center)
Use when
Deep-dive
"When item's status changes to something, create a subitem on this item in this board."
The simplest case — one fixed subitem per status change.
—
"When status changes to something, create a subitem on this item in this board and map values where both column name and type match."
Same as above but the new subitem inherits matching parent column values.
—
"When item's status changes to something, create subitems based on the labels in this dropdown column (the labels will be the name of subitem)."
One subitem per dropdown label — labels become subitem names.