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?

