I have been trying to get the form submission to Webflow multi collection field via Webhooks using PUT request. I have been scratching my head for last 5 days getting past this, still stuck here.
The reason why i’m using PUTis because i want the old data to be replaced when the form submission is triggered.
Any help or insights with regards to this will be highly appreciated :/
Page 1 / 1
Hi there
I am not completely sure what your goal is here. But it looks like you are trying to change an item in a collection.
Looking at the webflow API, it seems that you are missing some fields. Somehow Zapier isn't showing all the error messages from webflow (
{"name":"ValidationError", "statusCode":400, "problems":s"Field '_archived': Field is required","Field '_draft': Field is required"]}
So, once you add these fields you should be able to get the update you want to do here! Both of these are booleans so either set them to true or false.
Let me know if this works or if you got more questions.
~Bjorn
Thanks a bunch
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.