ragic_create_record
Create a new record in a Ragic database sheet by specifying path, sheet index, and field values with numeric IDs. Supports subtable data and optional formula, default, and workflow settings.
Instructions
Create a new record. fields keys are numeric field IDs as strings.
For subtables include _subtable_<fieldId> with negative-keyed rows.
See ragic_filter_help() for the subtable format and write parameters.
Requires an API key with write permission; otherwise Ragic returns 401.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| fields | 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 |