
I can't upload my attachments with the API. That way, you can see what each record in your table returns for that formula and ensure that the results are what you are expecting.Ģ. The most effective way to troubleshoot formula issues is to add the formula to your table in a new formula field. This parameter requires a valid Airtable Formula.

If the result is not 0, false, "", NaN,, or #Error!, then the record will be included in the response. I’m having trouble using the "filterByFormula" parameter - When using the filterByFormula parameter, the formula provided in the request will be evaluated for each record.These are the most common issues that customers run into at the moment. It will also fail if the foreign table has a formula field as the primary field since it's not possible to write directly to a formula field. That request to create the foreign record will fail if the foreign table is a synced table since it's not possible to create records in a synced table. If we are unable to find a matching record in the linked (foreign) table, then we will attempt to create a record in that foreign table and set the primary field to the value given in the API request. This error can also occur when creating or updating a record and writing a new value to a linked record field. Try performing the same operation as the API request, but within the Airtable UI - this should help to identify the specific field(s) that you are unable to edit by process of elimination.

There are likely conflicting field and table editing permissions. There are table or field-level permissions that are prohibiting the operation this means that the field or table has been configured to limit who can perform this operation.Ĭheck the fields and table being referenced in your API request. 403 error: invalid_permissions (field or table operation limits)
