A call to Google Contacts returns a JSON array of ~350 elements. It says so itself:
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