I’m working with the Supabase Vector Store node in n8n and need some help. I want to retrieve the id field along with the search results so I can use it later to set up a filter based on specific IDs during a search. Currently, I can get the matching documents, but I don’t see the id field included in the output. Is there a way to configure the node to return the id field alongside the content and embeddings? Any advice or examples would be greatly appreciated!
Hi @oleg , thanks for the response! Do you have an example of how to retrieve the id field along with the search results using an HTTP request to the Supabase API in n8n?