Issues with HTTP node and arrays

Hey, I have an issue with the HTTP node trying to send an array containing 3 strings and another array of objects, tested in postman and its working however in N8N i get this error :

“Error: Request validation failed: Parameter (body) failed schema validation: expected type array but found type object”

Hi @sbesliu,
your are not setting a body parameter name. If you want to send your raw json array try doing this.

2 Likes

Thank you so much Marcus, this worked like a charm good to have a second pair of eyes sometimes

2 Likes