Problem with clipboard

This command does not work :
{
“Command”: “store”,
“Target”: “test”,
“Value”: “!clipboard”,
“Description”: “”
},

  • [error]

[Line 110]: document is not defined

If someone has an idea …

Upgrading to V7.0.9 solves this issue.

On Kantu version page, there is no V7. 0.9 version. Only V7.0.8 and V7.0.10

My current version is V7.0.8

7.0.9 is here: UI.Vision RPA - Chrome Web Store

This works for me:

{
  "Name": "clipboard",
  "CreationDate": "2022-5-2",
  "Commands": [
    {
      "Command": "store",
      "Target": "test",
      "Value": "!clipboard",
      "Description": ""
    }
  ]
}

ok with 7.0.9. Thank tou !