Supabase UPDATE function: How to reset/clear a Field?

This should be really simple, but to this point I was not able to reset a Row Value to NULL via Update.
There is also no Error Feedback, simply no Output.

I tried [null], null, 0, ‘’

nothing worked. only when I add new values in the correct format.

How to reset a field in a supabase database to NULL via Update?


Information on your n8n setup

  • n8n version: 0.209.4
  • Database you’re using (default: SQLite): Supabase
  • Running n8n with the execution process [own(default), main]: own
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: n8n.cloud

Hey @ourHDC,

Have you tried {{ null }}?

2 Likes

Thanks @Jon , that did the Job!!

1 Like

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