Hi same for me, all my custom action (create Airtable record are not working), I copied all the same configuration on Postman to test and it works fine.
the error I get when trying to RUN TEST REQUEST on ADALO custom action:
An error occurred when performing your API request
Request failed with status code 422
URL Called:
[type or paste code here](https://api.airtable.com/v0/XXXX)
Full Response:
{
"error": {
"type": "INVALID_REQUEST_BODY",
"message": "Could not parse request body"
}
}
what I have in the json body (same as on successful Postman test)
Hey, it’s been reported by @Victor on the Adalo slack channel that some API calls are having issues when passing JSON. I can also confirm I have this issue on my end.
We will update the forum when we know more from the Adalo team.