How to start a desktop software?

I tried to use XdesktopAutomation command, but it didnt work
could you somebody give me some suggestion?
{
“Name”: “app-test”,
“CreationDate”: “2023-3-10”,
“Commands”: [
{
“Command”: “XDesktopAutomation”,
“Target”: “title=Calculator”,
“Value”: “run=C:\Windows\System32\calc.exe”,
“Description”: “”
}
]
}

image

seems that the macro action is OK

get it .use command “XRun”

{
      "Command": "XRun",
      "Target": "calc.exe",
      "Value": "",
      "Description": ""
    }