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
- n8n version: Version 1.65.2
- Database (default: SQLite): default install
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker self hosted
- Operating system: ubuntu linux