Google Sheets to Supabase

Hello, I’m trying to create a flow from a spreadsheet to Supabase.

The flow is this: everything that goes to the spreadsheet and has a trigger number added to the spreadsheet, it adds the row to Supabase. If it already exists, it just grabs the data and updates it. I have two problems. The first is that it always creates a new row, regardless of whether it already exists or not. And the main problem is that, according to the flow I managed to create, it’s not capturing special characters.

Any tips or a different method to make this work correctly?



1 Like

Hi @TI_BBZ

Would you be able to paste your n8n flow into a code block? That will help figure out how to help.

Best,

Robert

Hi Robert, tks for reply i could resolve this problem, but i have another one…

I have this flow, the logic is simple… the line that is in the supabase it takes a field (seq) and updates everything in that line. If there is no (seq) in the supabase how do I make it create the line?? already IF and I can’t find the logic

1 Like

@TI_BBZ can you paste the actual workflow in a code block? Not an image. I need to see the sql you are using in the Susana’s step.

I can do it, have char limit,