Help

webflow logic to create records in airtable

Solved
Jump to Solution
1365 2
cancel
Showing results for 
Search instead for 
Did you mean: 
cc-builds
4 - Data Explorer
4 - Data Explorer

 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:

ccbuilds_0-1687869775280.png

 

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

ccbuilds_0-1687870425486.png

 

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

 

1 Solution

Accepted Solutions
cc-builds
4 - Data Explorer
4 - Data Explorer

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

See Solution in Thread

2 Replies 2
cc-builds
4 - Data Explorer
4 - Data Explorer

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

bezalel
4 - Data Explorer
4 - Data Explorer

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?