Properties Set tool
The Properties Set tool writes a fixed set of key-value properties onto blocks. Properties are metadata that travel with a block and can influence downstream tools and writers. Use it to tag content — for example marking a set of blocks with a workflow status or a routing hint.
At least one property must be configured. By default the tool overwrites existing properties with the same key and applies only to translatable blocks.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
onlyTranslatable | boolean | true | Only set properties on translatable blocks |
overwrite | boolean | true | Overwrite existing properties with the same key |
properties | object | Key-value pairs to set on each block |
Configure these parameters interactively and copy the flow-step YAML on the Tool Reference.
Examples
Tag blocks with a status
Set a workflow property on every translatable block.
properties: status: review
Add metadata without overwriting
Only add a key when the block does not already have it.
properties: origin: import overwrite: false
← Back to the Tool Reference