Sybit-Education / airtable.java

Java API for Airtable (http://www.airtable.com)
MIT License
47 stars 25 forks source link

Error when trying to update #46

Open omgitsele opened 3 years ago

omgitsele commented 3 years ago

I am getting this error "Field "People ID" cannot accept a value because the field is computed (INVALID_VALUE_FOR_COLUMN)" and "Field "Talent's Name" cannot accept a value because the field is computed (INVALID_VALUE_FOR_COLUMN)", when I try to update a record. The only field I update is a field called "Status" and nothing else, but for some reason the API tried to update every column that the table has. Basically it tries to update lookup fields even though I don't want it to change them. Can you please help me?

image image

stritti commented 11 months ago

Looks like duplicate of https://github.com/Sybit-Education/airtable.java/issues/38