What is your goal?
Append a database field with new data from parsed JSON
What is the problem & what have you tried?
I am getting a 400 error when I try to run the scenario. I have mapped to the correct field but whenever I try to append the output from Parse JSON I through an error saying multiple fields are undefined.
Error messages or input/output bundles
The operation failed with an error. [400] body failed validation. Fix one: body.properties..title should be defined, instead was undefined. body.properties..rich_text should be defined, instead was undefined. body.properties..number should be defined, instead was undefined. body.properties..url should be defined, instead was undefined. body.properties..select should be defined, instead was undefined. body.properties..multi_select should be defined, instead was undefined. body.properties..people should be defined, instead was undefined. body.properties..email should be defined, instead was undefined. body.properties..phone_number should be defined, instead was undefined. body.properties..date should be defined, instead was undefined. body.properties..checkbox should be defined, instead was undefined. body.properties..relation should be defined, instead was undefined. body.properties..files should be defined, instead was undefined. body.properties..status should be defined, instead was undefined. body.properties..place should be defined, instead was undefined. body.properties..id should be defined, instead was undefined. body.properties..name should be defined, instead was undefined. body.properties..start should be defined, instead was undefined. body.properties..lat should be defined, instead was undefined.
