mehanizm / airtable

Simple golang airtable API wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UpdateRecordPartial does not update a partial record. Will update the whole record.

tamsanh opened this issue · comments

When I try to use UpdateRecordPartial by passing a map[string]interface{} with a subset of fields filled in, the Airtable data will have everything erased Except for the fields filled in.

Btw, thanks for that Offset fix that was pushed 4 days ago; it was impeccably timed.

I double checked the API, and was totally wrong. Your code works, it was my code that was erroneously adding nils for keys that it shouldn't have. My bad, thanks again for the great library.

Happy to hear that my lib is helpful! If you ever do have a problem feel free to open an issue.