Then it does work. But if you put a reference to a previous node in there it adds extra that are passed to Qdrant and stop the upload. The simple workflow I have put shows basically two exactly similar routes, one is using and HTTP Put and one the Qdrant Upsert. I expected them to behave in the same way.
Hey @innov8te
My assumption is that in the Qdrant node version, it explicitly asks for a list of points and you’ve passed in just an object. Try {{ [$json] }} rather than {{ $json }} and see if there’s any difference?