Entity Context Menu
Right-clicking an entity entry opens a context menu that provides several actions for working with entity values and structures.

Copy Options
The following options allow copying entity information to the clipboard:
Copy Value Copies the current value of the selected entity.
Copy Label Copies the name of the selected entity entry.
Copy Tree Path Copies the full entity path of the selected entry. This can be useful when referencing the value in workflows, scripts, or debugging tools.
Copy Tree as JSON Copies the selected entity branch as a JSON formatted dataset.
Copy Tree as XML Copies the selected entity branch as an XML formatted dataset.
Paste Options
Entity structures can also be inserted or replaced using clipboard data.
Paste and Replace Replaces the selected entity entry with the contents from the clipboard.
Paste as Child Inserts the clipboard data as a child element of the selected entity.
Editing Values
Opens the editor for the selected entity value, allowing the value to be modified manually.
Last updated