Pass JSON array as ONE JSON, not hundreds of messages?

A call to Google Contacts returns a JSON array of ~350 elements. It says so itself:

image

How do I pass this JSON array on to a http post AS ONE JSON, not as 350 separate messages?! I would assume that it was the default behavior, but n8n splits the array for some reason. Or does n8n split the array coming from gcontacts? How do I prevent it then? After Node-red this is very confusing.

UPD: n8n version 1.11.1
running in an LXC container
no database involved

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

@bogorad , you can aggregate them again,

2 Likes

ah, I see. thanks! it worked.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.