Why is my Airtable API step not connecting? Why can't I capture response from Airtable API step?
If your Airtable API step is not working as expected, there may be a few reasons why:
Incorrect header and parameter configuration
In your Airtable API step, confirm that both the "content-type" and "authorization" sets of values are in the headers section of the API step, not the parameters section.
Unsuccessful Capture response JSON parsing
When utilizing the API Block to capture text responses, make sure that the key is formatted correctly in the capture response section. The key should always start with "response.records", and using square brackets starting from index 0 to indicate which element to capture.
Comments
0 comments
Please sign in to leave a comment.