Supabase Get Many Rows Equals Issues/bug

Describe the problem/error/question

Running a check conditions equals in Supabase to check if a GUID is already in there using get many rows

I have an RSS Read (Inoreader) > Supabase Check GUID (this fails on every single field i tried in the supabase table e.g. title, date etc. I need to check the supabase rows to see if the RSS item has already got an entry before i create a new one - theres a GUID thats added by inoreader. It cant recognise any Supabase rows when I check using the equals field it seems?

It seems getmany rows and adding a condition=equals doesnt actually work

I did try connecting via postgres but cant get that working
Have disabled RLS security in supabase

What is the error message (if any)?

No error but the flow doesnt work - i have 2 1 item in the DB and it should then see that the 2 new RSS items are not there and move to the next step

Please share your workflow

See diagram

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

Hey @aidiva , your screenshot shows that 1 out of 3 items were found in Supabase. Are you saying that it should have found all 3?

Perhaps you mean that the workflow stops on IF node? If ‘yes’ to this question than I see why. The logic of your check does not appear to be correct to me.

Hey I tried to delete my post…as had worked it out thanks…no way to delete posts? Thx

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