Batch Operations
Perform bulk updates across multiple notes efficiently.
Batch Updates
Apply the same rule to multiple notes at once.
Condition:
tags contains "project"Action:
SET status "active", SET updated_date "{{now}}"Performance Tips
- Preview first - Always check what will be affected
- Start small - Test on a subset of notes first
- Save rules - Reuse successful patterns
- Check results - Verify changes after applying
Common Batch Operations
Bulk Tagging
Condition:
NOT tags contains "reviewed"Action:
FOR tags APPEND "reviewed", SET reviewed_date "{{now}}"Status Migration
Condition:
status = "old-status"Action:
SET status "new-status"Metadata Cleanup
Condition:
HAS temp_fieldAction:
DELETE temp_field