Unable to retrieve documents using Qdrant

When passing in a Javascript variable for the collection name, I am unable to retrieve documents from a Qdrant collection.

Error Message: connect “VectorStore Retriever2” to “Webhook”

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

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:

Hey @Killgore,

Welcome to the community :raised_hands:

The error would suggest that you have nodes not connected properly in your workflow, Are you able to share the full workflow so we can see how the nodes are linked?

We found a support ticket for this same issue with the worklfow, Will check it out now.

Hi @Killgore,

I have tried to replicate your setup from the workflow provided in your support ticket.

It looks like you are still working with the old syntax. Can you try to change the syntax in your expression to
{{ $('Webhook').first().json.body.conversation }}
and see if that works?

For me it seems to work then.

Let us know how you get on!