Hello everyone,
I’m currently trying to upsert points into Qdrant using n8n.
• When I launch the node with the setup shown in the screenshot bellow, I get an error
• if I submit (copy-paste) the content showed directly into the query**,** it works fine ?!
| Use Case | Content Submission Type | Outcome |
|---|---|---|
| A | Using n8n expression {{ myObject }} |
400 code |
| B | Copy-pasting expression result |
Hre you can see the {{ myObject }} parameter (failing in cas A) and, selected content that pass when submited (case B)
This makes me think I am missing something in how the object is formated and passed (maybe structure, wrapping, or formatting) in n8n.
But I don’t really understand what I’m doing wrong….
Could someone explain why this error happens in my case, and how I should properly format the payload parameter when using the n8n Qdrant node?
Thanks a lot for your help!





