Describe the problem/error/question
Strapi expects update to be present as “data”, when columns input just splits by comma and posts as is. I’ve tried creating the data object manually by using “Edit fields” and still the object gets posted with all fields as empty/default values.
What is the error message (if any)?
Before:
400 - {“data”:null,“error”:{“status”:400,“name”:“ValidationError”,“message”:“Missing "data" payload in the request body”,“details”:{}}} - Missing “data” payload in the request body
Now:
No error, but object is saved as empty.
Please share your workflow
Share the output returned by the last node
[
{
"data": {
"id": 2,
"attributes": {
"stripeId": null,
"cancel_at_period_end": null,
"createdAt": "2023-11-09T14:16:03.568Z",
"updatedAt": "2023-11-09T14:16:03.568Z"
}
},
"meta": {
}
}
]
Information on your n8n setup
- n8n version: cloud
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: