diff --git a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_event_config.md b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_event_config.md
index d3e4f1ee44..7ca893b799 100644
--- a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_event_config.md
+++ b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_event_config.md
@@ -63,6 +63,26 @@ To configure an event to navigate to a URL:
1. Optionally, to open the webpage in a new tab, enable the option *Open in new tab*.
+## Copying text to the clipboard
+
+Available from DataMiner 10.4.0 [CU11]/10.5.2 onwards.
+
+To configure an event to copy text to the clipboard:
+
+1. Select *Copy to clipboard*.
+
+1. In the text box, enter the content to be copied when the event is triggered. Alternatively, use curly brackets to insert variables dynamically.
+
+In the following example, an on-click *Copy to clipboard* action was configured for an icon added to a table column:
+
+![Copy to clipboard](~/user-guide/images/Copy_to_Clipboard.png)
*Copy to clipboard action configuration in DataMiner 10.5.2*
+
+When the icon is clicked, the content of the associated "Order ID" cell is copied to the clipboard.
+
+Optionally, you can configure a [*Show a notification* action](#showing-a-notification) to run after the *Copy to clipboard* action. This notification confirms that the content was successfully copied to the clipboard:
+
+![Copy to clipboard](~/user-guide/images/Copy_to_Clipboard.gif)
*Low-Code Apps module in DataMiner 10.5.2*
+
## Opening a page of the app
To configure an event to open another page of the app:
diff --git a/user-guide/images/Copy_to_Clipboard.gif b/user-guide/images/Copy_to_Clipboard.gif
new file mode 100644
index 0000000000..8cc288d9e3
Binary files /dev/null and b/user-guide/images/Copy_to_Clipboard.gif differ
diff --git a/user-guide/images/Copy_to_Clipboard.png b/user-guide/images/Copy_to_Clipboard.png
new file mode 100644
index 0000000000..ce144afe96
Binary files /dev/null and b/user-guide/images/Copy_to_Clipboard.png differ