Created workflows are incomplete

Describe the problem/error/question

I’m trying to duplicate an existing workflow based on a trigger but the duplicated workflow has nodes that are disconnected.

What is the error message (if any)?

Please share your workflow

Here’s what the duplicated workflow looks like:

Information on your n8n setup

  • n8n version: 1.36.4
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: Ubuntu 22.04.4 LTS x86_64

Hi @bean

You are sending an empty object as the connections when creating the workflow.
The connections are of course the connections between nodes, so you are not setting those properly :slight_smile:

4 Likes

@BramKn you sir are a kind man… I totally missed the rest of the config. Thanks! :slight_smile:

1 Like

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