Kaizen

Rotate Timeline

Swap a custom timeline's shown todos for fresh picks with a no-repeat history

The Rotate Timeline block replaces the todos shown in a custom timeline with fresh candidates. The previous picks move into the timeline's rotation history (stored in its excluded-todos list, capped at 200 entries) so they are not repeated on later rotations. When the candidate pool runs dry, the oldest history entries are recycled so the timeline is never empty. Todos are never deleted — only which ones the timeline shows changes.

Pair it with a daily Schedule trigger to power "N fresh things every morning" timelines (e.g. "5 Experiences Every Day").

Block Type

kaizen_rotate_timeline

Input Fields

FieldDescription
TimelineCustom timeline to rotate. Use the timeline ID from a Create Timeline block output or your timeline list (not the share link ID). Built-in timelines (Home, Following, Personal) cannot be rotated.
Todos per rotationHow many todos to show after the rotation. Default 5.
Candidate Todos (optional)Explicit candidates or a reference like <kaizen_todos_1.todoIds>. When set, the source pool below is not queried — use this to feed picks from a Kaizen Todos or AI block.
Source Buckets (optional)Restrict candidates to these buckets. Leave empty for the platform-wide public pool.
Source Tags (optional)Restrict candidates to todos carrying any of these tags.
Pool PreferenceFeatured first (recommended) — prefer featured todos, falling back to the broader public pool on shortfall. Any public todos — draw from the whole public pool directly.

Outputs

OutputTypeDescription
timelineIdstringID of the rotated timeline
addedTodoIdsjsonTodo IDs now shown in the timeline
removedTodoIdsjsonTodo IDs moved out of the timeline into history
recycledTodoIdsjsonIDs reused from history because fresh candidates ran short
summarystringHuman-readable rotation summary
successbooleanWhether the rotation succeeded

How rotation works

  1. The timeline's current filters are read; its includedTodoIds are the currently shown todos and its excludedTodoIds act as the no-repeat history.
  2. Fresh candidates are gathered (featured/public pool, buckets/tags, or the supplied candidate list), excluding everything already shown or in history.
  3. The new picks replace includedTodoIds; the previous picks are appended to the history, which is capped at its 200 newest entries.
  4. On shortfall, the oldest history entries (then, as a last resort, the current picks) are recycled — a repeated day beats an empty timeline.

The rotation rewrites the timeline's full filter set with only the included/excluded todo lists changed — all other timeline filters (tags, buckets, dates, sorting) are preserved as-is.

Example: 5 fresh experiences every morning

  1. Schedule trigger — daily at 7:00 AM (your timezone).
  2. Rotate Timeline — your "5 Experiences Every Day" timeline, count 5, Featured first.

Deploy the workflow so the schedule executes the deployed version.

On this page

On this page

Start building today
Trusted by over 60,000 builders.
Build Agentic workflows visually on a drag-and-drop canvas or with natural language.
Get started