Open
Description
I am currently able to create an empty record (which is seen in Airtable by a new empty row) with
@record = Airtable::Record.new()
@table.create(@record)
but whenever I try to create a record with some predefined keys as in your example
@record = Airtable::Record.new(:name => "Sarah Jaine", :email => "sarah@jaine.com")
@table.create(@record)
(Of course I am using my own column names...)
nothing at all gets created. Documentation is very minimalistic, so: does the record need to include all the keys? Any idea why my record creation with any real values fails?
I get no Ruby errors, but nothing gets created.
Metadata
Metadata
Assignees
Labels
No labels