My n8n is showing that my workflow is correct and activated successfully, but still its not executing what I want it to

If your question hasn’t been asked before, please follow the template below. Skip the questions that are not relevant to you. →

Describe the problem/error/question

My n8n is showing that my workflow is correct and executed successfully, but still its not executing what I want it to.
For more context I want to point out that my NocoDB is connected to my SupaBase using the connection url gotten form my supaBase
I want my n8n flow to create a row in my NocoDB using the details gotten from my WP FluentForm, when I execute the flow I get a Node executed successfuly message, but when I check my database (NocoDb and SupaBase ) the coloumns of the form weren’t created. But on the NocoDB node output on n8n, I can see the roles it created. Also on the NocoDB it’s creating roles with the respective ID and Time_stamp, but it doesn’t create the respective columns

What is the error message (if any)?

Please share your workflow



Share the output returned by the last node


Information on your n8n setup

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

Hi @vctry

Normally the node will not create the columns for you this way. It is filling in the columns that you set, but as they do not exist nothing happens. I would expect an error though, so that is odd.

Ohh @BramKn thank you, I had thought it would create the coloumn. I had done something similar to this with zapier and it created the columns. Thank you for pointing that out @BramKn

1 Like

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