Reads the clipboard

Options:

OptionRequiredDescriptionExample
variableNametrue(string) A name to store the read value in.clipboard value

Example 1: Reads the clipboard value

{
  "action": "get-clipboard",
  "options": {
    "variableName": "clipboardValue"
  }
}