Skip to main content

 I have created a webflow logic triggered by a form. The data of the form is sent to airtable. Currently receiving the following error: 

"error": {
"type": "INVALID_REQUEST_BODY",
"message": "Could not parse request body"

however tests are running successfully. Please see below:

 

In webflow's community someone said to check JSONlint and this is occurs:

 

let me know if there is any additional information I can provide in order to clarify. Any help is appreciated!

 

disregard. apparently when I put the fallback values I wrote "none" instead of "null" which is a value readable by JSON.


Hello there! I just ran into this same issue and I've tried putting "null" in my fallbacks and still nothing works.

The flow however works perfectly with static data when I run a test. Any ideas?


Reply