air_insert: Insert a new record

Description Usage Arguments

Description

Creates a new record and returns the created record object if the call succeeded, including a record ID which will uniquely identify the record within the table.

Usage

1
2
3
air_insert(base, table_name, record_data)

multiple(x)

Arguments

base

Airtable base

table_name

Table name

record_data

Named list of values. You can include all, some, or none of the field values

x

Object to be marked as a multiple value field


bergant/airtabler documentation built on May 12, 2019, 3:04 p.m.