Konnectify

Copy / Paste Below & Paste & Replace

Duplicate and reuse workflow steps efficiently — copy any supported node and paste it below or replace an existing one, while keeping your workflow structure intact.

Workflow Node Copy & Paste Structure-Aware Menu-Based

What is Copy / Paste?

The Copy / Paste functionality allows you to duplicate and reuse workflow steps without rebuilding them from scratch. It speeds up workflow creation while maintaining structure and safety.

Three actions are available:

Available actions
  • Copy — stores the selected node (or structure) temporarily in the clipboard
  • Paste Below — creates a new node immediately below the selected node using the copied data
  • Paste & Replace — replaces the selected node's configuration with the copied data while keeping the node's position in the workflow

Supported Nodes

Support varies by node type. Structured nodes like Path and Repeater follow stricter rules to preserve workflow integrity.

✓  Fully Supported

The following node types can be freely copied and pasted:

  • App nodes (any app)
  • Filter
  • Code Block
  • Update Variable
  • Webhook
  • Delay
  • Path (including its structure where applicable)
⚠  Conditional / Structured Support

These nodes are supported with restrictions. Stricter rules apply to preserve workflow hierarchy:

  • Path Branch (Path Rule) — supported when part of a Path structure
  • Repeater — supported with restrictions (structure-aware handling)
✗  Restricted / Special Handling
  • Response Node — restricted due to execution constraints

Where to Find Copy / Paste

Copy / Paste actions are accessed through the node menu — there are no keyboard shortcuts.

  1. Open a node in the workflow canvas.
  2. Click the (three-dot menu) on the node.
  3. The following options appear based on context:
    • Copy — always available on supported nodes
    • Paste Below — appears only after a node has been copied
    • Paste & Replace — appears only after a node has been copied

Key Components

Copy STEP 1

Stores the selected node (or structure) temporarily. What gets copied depends on the node type:

  • Simple nodes — only that node is copied
  • Path / structured nodes — associated structure may also be included

Copied data includes the app / node configuration, event setup, and connection details. Field mappings are not copied.

Paste Below CREATES NEW NODE

Creates a new node (or structure) immediately below the selected node using the copied data. What happens when you paste below:

  • A new node ID is generated
  • Workflow order is automatically adjusted
  • Structure is preserved where applicable (e.g., Path)
  • Field mappings and config mappings are cleared
Why mappings are removed: If a node from a later position is pasted into an earlier position, the original mappings may depend on outputs from nodes that haven't executed yet. Retaining them can cause execution failures. You must reconfigure mappings explicitly after paste.
Paste & Replace REPLACES EXISTING NODE

Replaces the selected node's configuration with the copied data while keeping the node's position in the workflow unchanged.

What stays the same vs. what changes

Stays the sameChanges
Node position in the workflowNode type (if different from copied node)
Workflow flow and downstream orderApp / configuration
 All field mappings and config mappings (cleared)

Warning Message

Before completing any paste action, a warning is shown to ensure you are aware that mappings will be cleared:

Warning shown before paste

"Field mappings and configuration mappings will be removed after pasting. You'll need to reconfigure this node."

When to Use

✓  Good fits
  • Reusing the same app action in multiple places in a workflow
  • Duplicating a Filter or Code Block as a starting point for a similar step
  • Quickly swapping one node's logic for another using Paste & Replace
  • Speeding up workflow creation by cloning repeated patterns
✗  Not the right tool
  • Copying nodes across different workflows (same workflow only)
  • Expecting field mappings to carry over — they are always cleared
  • Pasting structured nodes like Path into invalid positions

Step-by-step Guide

1
Copy a node
  1. Open the node you want to copy on the workflow canvas.
  2. Click the (three-dot menu) on that node.
  3. Select Copy. The node's configuration is now stored in the clipboard.
2
Paste Below (to insert a new node)
  1. Click the menu on the node below which you want to insert the copy.
  2. Select Paste Below.
  3. Read the warning message and confirm.
  4. A new node is inserted below with the copied configuration. Workflow order is automatically updated.
Remember: Field mappings and config mappings are cleared. Reconfigure the new node's mappings before activating the workflow.
3
Paste & Replace (to overwrite an existing node)
  1. Click the menu on the node you want to replace.
  2. Select Paste & Replace.
  3. Read the warning message and confirm.
  4. The node's configuration is replaced with the copied data. Its position in the workflow remains unchanged.
Remember: All field mappings and config mappings are cleared after replace. Reconfigure them before activating the workflow.
4
Reconfigure mappings and save
  1. Open the pasted or replaced node.
  2. Reconfigure all field mappings and config mappings for the node's new position in the workflow.
  3. Save the workflow once all nodes are correctly configured.

Things to Know

ScenarioBehavior
Paste Below on a simple nodeNew node inserted below; new ID generated; workflow order recalculated; mappings cleared
Paste & Replace on a nodeExisting node config replaced; position unchanged; mappings cleared
Paste options before copying a nodePaste Below and Paste & Replace are not available until a node has been copied
Copying a Path / structured nodeAssociated structure may also be included; hierarchy is maintained during paste; cannot be inserted in invalid positions
Copying a Response NodeRestricted — copy/paste is not available due to execution constraints
Pasting across workflowsNot supported — copy/paste works within the same workflow only
Keyboard shortcutsNot available — all copy/paste actions are menu-based only (⋮ three-dot menu)

Limitations

  • Works within the same workflow only — no cross-workflow pasting
  • No keyboard shortcuts — menu-based only
  • Some complex structures may have placement restrictions
  • Reconfiguration is always required after paste — field mappings are never retained
Always review mappings after paste. Field and config mappings are cleared in both Paste Below and Paste & Replace. The workflow will not execute correctly until mappings are reconfigured for the node's new position.

Best Practices

  • Use Copy / Paste for faster workflow building — avoid rebuilding similar steps from scratch
  • Always review and update mappings after every paste — they are never carried over
  • Be cautious when copying structured nodes like Path — check hierarchy and placement before confirming
  • Use Paste & Replace to quickly swap one node's logic for another without changing the workflow structure

Frequently Asked Questions

Behaviour & Mappings

Why are field mappings always cleared after paste?+

Field mappings reference outputs from specific positions in the workflow. If a node is pasted to a different position, those references may point to nodes that haven't executed yet or no longer exist at that position. Retaining them would cause execution failures. Users must reconfigure mappings for the node's new context.

What is the difference between Paste Below and Paste & Replace?+

Paste Below inserts a brand new node immediately below the selected node — the original node remains untouched and the workflow gets an additional step.

Paste & Replace overwrites the selected node's configuration with the copied data — no new node is added, the workflow structure stays the same, only that node changes.

Can I paste a node from one workflow to another?+

No. Copy / Paste works within the same workflow only. Cross-workflow pasting is not supported.

Why can't I see Paste Below or Paste & Replace in the menu?+

Paste options only appear after you have copied a node. If no node has been copied yet, only Copy will be visible in the ⋮ menu. Copy a node first, then Paste Below and Paste & Replace will become available.

Are there keyboard shortcuts for copy and paste?+

No. All copy / paste actions are menu-based only — accessed through the ⋮ (three-dot menu) on each node. There are no keyboard shortcuts.

Supported Nodes

Can I copy and paste a Path node?+

Yes, Path is supported including its structure where applicable. However, it follows stricter rules — hierarchy is maintained during paste and Path nodes cannot be inserted into invalid positions. Path Branch (Path Rule) is supported when part of a Path structure.

Can I copy and paste a Repeater node?+

Repeater is supported with restrictions. Structure-aware handling applies to preserve the loop body. Some placement combinations may be restricted to prevent broken workflows.

Why is the Response Node restricted?+

The Response Node has special execution constraints that make a simple copy-paste approach unsafe. It is restricted from copy / paste operations to prevent broken workflows.

Ready to build smarter workflows?

Use Copy / Paste to duplicate and reuse workflow steps faster — and keep your automations consistent across every konnector.

Get started free →

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article