Update Features
update_featuresUpdate feature attributes in a QGIS layer by specifying feature IDs and field-value pairs. Returns count of updated features.
Instructions
Update feature attributes. updates: [{fid: 1, attributes: {field: value}}]. Returns count of updated features.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer_id | Yes | ||
| updates | Yes |