fikrilal
fikrilal9mo ago

Hello. I encountered an error when

Hello. I encountered an error when updating a row in Supabase, where it always throws a null result. Does anyone know the solution? And is my query filter correct? Thank you
No description
No description
1 Reply
Gaurav Chadha
Gaurav Chadha9mo ago
The issue is with the + in the filter, as it won't read it as a single string to match. You can use any other field value to match. I recommend using id. Also, ensure to add the matching fields to be updated in the data field too. (You can verify the fields and data coming from your supabase db) using the Get row node..
No description
No description