Browse table fields/formulas, search records, and write raw field updates — no token needed.
Tables & Fields
Browse Records
Write / Patch
Create Field
⚠ This writes directly to Airtable. Double-check the JSON before submitting.
Creates a new field on a table. For formula fields, reference other fields by their field ID (shown in the Tables & Fields tab as {fld...}), not by name — Airtable's API requires this.
For OR/AND on a "YES"/"NO" single-select field, use a formula instead — rollups need a true boolean or number source. If the source is a single-select, create the rollup with COUNTA first, or ask me to add a helper checkbox field on the source table.