The Kaizen Manage Todo-Buckets block adds todos to a bucket or removes them. Use it to organize todos into buckets, move them between buckets, or remove them from a bucket. Works with Kaizen Todos and Kaizen Buckets blocks for workflow automation.
Comma-separated todo IDs or block reference like <block_id.todoIds>
Reference todo IDs from a Kaizen Todos block: <kaizen_todos_1.todoIds>. Reference bucket ID from a Kaizen Buckets block: <kaizen_buckets_1.bucketId> or use the bucket-selector in the UI.
# 1. Fetch random incomplete todos- type: kaizen_todos name: Fetch Random Todos inputs: collectionFilter: library completionStatus: NOT_COMPLETED sortOrder: random limit: 3# 2. Add them to a bucket- type: kaizen_manage_todo_buckets name: Add to Bucket inputs: operation: add bucketId: "<bucket_block.bucketId>" todoIds: "<fetch_random_todos.todoIds>"