Hi!
I am using the PUT version of the Airtable Update records API.
I have four columns/fields, Name
, Contact
, Attachment Image
& Active
.
Now I call the API to update just the Attachment Image
column, with the below API body :
It updates the Attachment Image
field’s value successfully, but clears all other fields. The record snapshots (before and after) look like -
Before -
After -
So, how can I make the API update that cell ONLY, and touch nothing else?
I hope you understand my query - Any help is appreciated!
Thanks!