Unable to create a row using Supabase node

Here are the issues i’m facing I tried debugging with the AI however I’m not quiet sure how to rework this :point_down:
Issues:

  • Bad request - please check your parameters (All object keys must match)
  • Execution Error.

Any suggestions on how to fix this?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @Ishika_Jain

The issue is pretty straightforward…
You have to prove all fields with the same names as they are present in the database

Hey @barn4k,
So I pick the column fields through the dropdown and then I’m manipulating the data and pushing it forward. Am i missing something?

Can you please share the workflow? without that it’s hard to say what the issue is about.

Open your workflow, hit ctrl+a >> ctrl+c and then here past its content with ctrl+v just after clicking the </> button

Hi everyone,

I’m having the same trouble inserting data into a Supabase table using the Supabase node in n8n. I keep getting the following error, even after trying several solutions, including prove all fields with the same names as they are present in the database:

Bad request - please check your parameters
All object keys must match
Error details

From Supabase
Error code

400

Full message

{ "code": "PGRST102", "details": null, "hint": null, "message": "All object keys must match" }
Other info
Node type

n8n-nodes-base.supabase

Any solution?

I tried to refresh and it worked for me :sweat_smile:

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