update
Modify existing records in Airtable tables after verifying changes with a dry run to prevent unintended updates.
Instructions
Update Airtable records (requires diff-before-write via dryRun first).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseId | Yes | ||
| table | Yes | ||
| records | Yes | ||
| typecast | No | ||
| idempotencyKey | No | ||
| dryRun | No | ||
| conflictStrategy | No | fail_on_conflict | |
| ifUnchangedHash | No |