fascinating-indigo
fascinating-indigo2y ago

422 Server Error in Airtable API

I need help getting this api cal to airtable to work.
No description
2 Replies
Tico | Voiceflow Assistant
If your Airtable API call is not working as expected, there could be a few reasons why. Firstly, ensure that your header and parameter configuration is correct. In your Airtable API step, both the "content-type" and "authorization" sets of values should be in the headers section of the API step, not the parameters section. Secondly, check if you're successfully capturing the response JSON parsing. When using the API Block to capture text responses, the key should be formatted correctly in the capture response section. The key should always start with "response.records", and use square brackets starting from index 0 to indicate which element to capture. If you're receiving a 422 error, it could be due to the information you're sending to the Airtable not being formatted correctly. Ensure that "records" and "fields" are exactly the two outer text key values, the column titles match the Airtable column titles exactly, and the column values match the Airtable expected data type. Sources: - My Airtable Integration is Not Working - Airtable Integration
NiKo | Voiceflow
Based on the screenshot, it seems like the formula you're using is not formatted correctly so the Airtable API is unable to return any data.

Did you find this page helpful?