I am using Voiceflow to retrieve data and send it to Airtable via the API. However, I keep encountering the above error despite my request appearing to be correctly formattedThis is in my body. {
"records": [
{
"fields": {
"first...
All the table fields are set to single-line text to simplify troubleshooting and avoid potential issues.I am including a Content-Type header with the value application/json but am not using the typecast parameter set to true
I have messed with the table's names, and that's why they are different from my post request. So the table is the original, but I removed the spaces and tried to make the table names shorter when troubleshooting.