Kuovonne's Guide to Scripting in Airtable
Share
Explore
Basic Skills

CRUD Operations for Records

create
read
update
delete

Query Result object


Singly and in batches
CRUD operations on Records
read a single record from input
read all records in a table, and all records in a view, including indicating fields and sorts
read a single record by ID, and a set of records by ID
create a single record, and create records in batches
update a single record, and update records in batches
delete a single record, and delete records in batches


Reading and writing Field Values
read from every field type (editable and computed)
write (create or update) to every editable field type
update array field types (linked record, multi-select, multilple-colaborators) to append values

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.