Supabase "Update Documents" not working

Hi again, and again supabase :slight_smile:
I updated to the most recent version and realised, there is an “Update Documents” in the Supabase Vector Store.
In the documentary I dont see that yet, so probably its pretty new.
Anyway, I am not sure, if something is missing there or I am doing it the wrong way.

I always, it doesnt matter how I try it, get the error:
“Single document per item expected”

The ID of the row / field I want to update is by using the supabase node and filter the metadata. So I have the correct ID.
Since there is no embedding option when changing to update documents, I thought, I only need the ID to update the field when I update the “content” with the normal supabase first.
But no matter what I try, I get that error.
Is there maybe still the embedding input missing, so that I can update?
Workaround would be, to delete the the entire row and insert again.
But maybe I am just missing something with the update documents and you can explain me, how to do that?
Thank you!

Information on your n8n setup

  • n8n version: 1.52.2
  • Database: SQLite
  • n8n EXECUTIONS_PROCESS setting: main
  • Running n8n via: Docker
  • Operating system: Windows

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:

Hi @sant0s

Can you share the rest of your workflow for context, to see what you are trying to pass into the node?

Thanks :slight_smile:

Hi @ria
Here is just an example, how I was trying.
Should it be like that or is that the wrong way? :slight_smile:

Thank you!

Hi @sant0s

actually looks ok, I was able to run it successfully.

However, you need a Trigger a node :wink:

1 Like

Let me try that in a click - but good to know, that it works. :slight_smile:
Still amazed in general, how much fun it is to work with supabase and organizing data.
Thank you for testing, I let you know if I have success :wink:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.