Supabase Insert Issues

Describe the problem/error/question

I’m trialling n8n so treat me as a beginner, but I wanted to just start with a simple workflow.
Webhook => OpenAI => Update Supabase based on Id key passed to web hook.
Well I thought it was simple, the first two parts breezed by without issues, but the Supabase update part just seems to be problematic.
When I set:
‘Select Type’ = ‘build manually’
’Must Match’ = ‘Any Select Condition’
At this point I expect the ‘Select Conditions’ to do something? but there’s nothing there!
So I continue:
’Data to Send’ = ‘Define below for each Column’
At this point I expect a mapping tool for ‘Fields to send’, but there’s nothing there!

I’ve built a string to sort the first part, but still the data to send fails to give me anything, if I select Auto map, then it just complains that field names in my database don’t match, which it doesn’t.

Is there something I’m doing wrong, or something I should do to update the node with the database table columns?

Hi @AstraDave,

do you mind sharing a screenshot of the node configuration? In my case I can add conditions as well as map fields (see red arrows):

Regards

Michael


I don’t see the sub menu’s that you have within your screen shot, those were what I was expecting to see.
Leads me to check using Chrome instead of Safari, and I can see those items now, so the issue is with Safari I guess.

2 Likes

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