Procedures
Automation procedures in the Airtable book.
Ensure that you have installed or connected the Airtable book and created a new playground before using these automation procedures.
to create a record in a (table)
Creates a new record in a table
Input Concepts
record data
A dictionary with the fields and values of the new record
json
Yes
(no default)
Output Concepts
Examples
Create a record in a table
get a table from the bug tracker base whose name is "Bugs"
use the above as the bugs table
>>>
the string is '{"Title": "New Bug found"}'
get the string as json
use the above as the new bug
>>>
create a record in the bugs table
the record data is the new bugto get some (base's tables)
Gets a list of all tables from a specific base
Input Concepts
Output Concepts
Examples
Get all tables from a base
Get a single table from a base
to get some (bases)
Gets a list of all bases
This procedure can get a list of all bases, as well as getting a single base filtering by its name or id.
Output Concepts
Examples
Get all bases
Get a single base by name
to get some (table's records)
Gets a list of all records from a specific table
Input Concepts
Output Concepts
Examples
Get all records from a table
Get a single record from a table
Last updated
Was this helpful?
