Supabase No output with local file triggers


I got everything working for the local file triggers to go into a database and I want to upgrade it to move into a supabase, but the node refuses to give any output and just stops.

Could we see your whole workflow?

Cole I think I have that figured out… Now its the extracted text from file on word docs is encoded. I don’t see another node that specifically works for word docx


here is the workflow just a modified version of your RAG

1 Like

Nice this looks great! Glad you figured it out too.

This might be outdated, but I found this article in the n8n community:

So it seems there isn’t a native way to extract from a .docx file. You could find an API online I’m sure to convert .docx files to .txt files!