We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
If I try to update a collection item using webflow.collections.items.updateItem I got an error. Error: Missing required key "id"
But both the collection id and the item id passed to the function are correct.
await webflow.collections.items.updateItem(this.collection.id, id, { fieldData: data, });
Thanks
The text was updated successfully, but these errors were encountered:
Hey @Paroca72 - thanks for raising this! We'll take a look at fixing this; in the meantime, if you set the id again in your
id
{ id: id, fieldData: data, }
payload, that should in the short-term hopefully allow the request to go through.
Sorry, something went wrong.
No branches or pull requests
Hello,
If I try to update a collection item using webflow.collections.items.updateItem I got an error.
Error: Missing required key "id"
But both the collection id and the item id passed to the function are correct.
Thanks
The text was updated successfully, but these errors were encountered: