I need to import a list of customers from a Google Sheet and send it in batches via HTTPS node to a CRM system.
The data from Sheets looks like this:
To send it in batch, the JSON needs to look like this:
{
“consumers”: [
{}
]
}
How do I wrap the {“consumers” [ ] } around the data from Sheets?
Please share your workflow
Information on your n8n setup
- n8n version: 0.203
- Database (default: SQLite): postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**docker
- **Operating system:**linux