Jun 27, 2023 05:43 AM - edited Jun 27, 2023 05:54 AM
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!
Solved! Go to Solution.
Jun 27, 2023 06:22 AM
disregard. apparently when I put the fallback values I wrote "none" instead of "null" which is a value readable by JSON.
Jun 27, 2023 06:22 AM
disregard. apparently when I put the fallback values I wrote "none" instead of "null" which is a value readable by JSON.
Jun 30, 2023 05:57 PM
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?