n8n - 💡(How to fix) Fix Cannot paste nodes because names are identical [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
n8n-io/n8n#29425Fetched 2026-04-29 06:35:00
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
commented ×1labeled ×1mentioned ×1subscribed ×1

Error Message

  • error: all

Root Cause

When you copy a single node or multiple, you cannot paste because the names are identical. This needs to be fixed please. You can append a number to the name to avoid a conflict but this is quite problematic.

RAW_BUFFERClick to expand / collapse

Bug Description

When you copy a single node or multiple, you cannot paste because the names are identical. This needs to be fixed please. You can append a number to the name to avoid a conflict but this is quite problematic.

Thanks.

To Reproduce

Copy a node and paste it.

Expected behavior

Should paste.

Debug Info

Debug info

core

  • n8nVersion: 2.17.8
  • platform: docker (self-hosted)
  • nodeJsVersion: 22.22.0
  • nodeEnv: undefined
  • database: sqlite
  • executionMode: regular
  • concurrency: -1
  • license: enterprise (production)
  • consumerId: fe2e63d5-812d-4afe-a085-3f70feaa9f1c

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: filesystem

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/147.0.0.0 safari/537.36
  • isTouchDevice: false

security

  • secureCookie: false

Generated at: 2026-04-28T18:28:54.025Z

Operating System

see above

n8n Version

see above

Node.js Version

see above

Database

SQLite (default)

Execution mode

main (default)

Hosting

self hosted

extent analysis

TL;DR

Append a unique identifier or number to the node name when copying and pasting to avoid naming conflicts.

Guidance

  • Identify the node naming convention and modify it to include a unique identifier when copying nodes.
  • Consider implementing an auto-incrementing naming scheme to simplify the process.
  • Verify that the pasted node has a unique name by checking the node's properties after pasting.
  • If the issue persists, review the n8n version and consider upgrading to a newer version if available, as this might be a known issue that has been resolved in later versions.

Notes

The provided information does not specify how the node naming is handled internally by n8n, so the suggested solution focuses on modifying the node name when copying and pasting.

Recommendation

Apply workaround: Append a unique identifier or number to the node name when copying and pasting, as this provides an immediate solution to the naming conflict issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Should paste.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING