Skip to main content
Solved

webflow logic to create records in airtable

  • June 27, 2023
  • 2 replies
  • 34 views

Forum|alt.badge.img+3

 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!

 

Best answer by cc-builds

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

2 replies

Forum|alt.badge.img+3
  • Author
  • New Participant
  • 1 reply
  • Answer
  • June 27, 2023

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


Forum|alt.badge.img
  • New Participant
  • 1 reply
  • July 1, 2023

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?