Open collinschwantes opened 2 years ago
When trying to update a record with a long list of fields, I received an indexing error. While I was able to resolve this error by reducing the number of columns, air_update should be able to handle an arbitrary number of columns.
air_update
Current working on this with branch airtable_oob
When trying to update a record with a long list of fields, I received an indexing error. While I was able to resolve this error by reducing the number of columns,
air_update
should be able to handle an arbitrary number of columns.