Unpin All Nodes - "P" Doesn't Work

Unpin All Nodes - “P” Hotkey Doesn’t Work

I have workflows with hundreds of nodes, I’m sure we all do.

When I am testing it’s nice to be able to hit “P” on any node to Pin the data. It’s even nicer to be able to hit “Ctrl+A, P” to pin all nodes.

But hitting P when more than one node is selected does nothing. It doesn’t matter if it’s just two nodes or two hundred. If more than 1 node is selected, P doesn’t unpin the nodes.

I’m on Community 1.108.1

Based on the docs, the “P” hotkey is designed to pin/unpin data for a single selected node [docs.n8n.io]( Keyboard shortcuts | n8n Docs ). For multiple nodes, you’ll need to unpin them individually since bulk operations aren’t supported via shortcuts.

A workaround:

1. Use “Ctrl+A” to select all nodes

2. Right-click any node → choose “Pin Data” from the context menu to toggle pinned state for all selected nodes