ragic_update_record
Update specific fields of an existing record in a Ragic database. Only the provided fields are changed; locked records are not overwritten by default.
Instructions
Update fields of an existing record. Only the provided fields change.
check_lock defaults to true so a locked record will not be overwritten
silently. Set to false to bypass (use with care).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| fields | Yes | ||
| record_id | Yes | ||
| check_lock | No | ||
| do_formula | No | ||
| do_workflow | No | ||
| sheet_index | Yes | ||
| do_link_load | No | ||
| notification | No | ||
| do_validation | No | ||
| do_default_value | No |