I’m using the WordPress node in n8n to retrieve many posts from my website—all of them, actually. That step completes successfully and returns the data. However, when I try to pass that data directly into the next step, which is a Google Sheets node, I get an error and nothing is written to the spreadsheet.
Your input contains more than the maximum 50,000 characters in a single cell.`
This prevents any data from being inserted into the sheet. I assume the issue is due to large post content or a combined array being sent into one cell, but I’m unsure how to structure or limit the data properly for Google Sheets.
- n8n version: 1.90.2
- Database (default: SQLite): PostgreSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main): Default (not modified)
- Running n8n via (Docker, npm, n8n cloud, desktop app): CapRover (self-hosted on DigitalOcean)
- Operating system: Linux (DigitalOcean droplet)