Skip to main content

Copy to clipboard

The Copy to clipboard action copies text to the user's clipboard.

Configuration

ParameterDescriptionDefault
Content to copyThe text to copy to the clipboard
DebounceTime in milliseconds to wait before executing the actionEmpty (no delay)
ToolJet - Action reference - Copy to clipboard

Triggering via RunJS

actions.copyToClipboard('<contentToCopy>');
info

For a full quick-reference of all actions' RunJS syntax, see Run Actions from RunJS.