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?
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