I am experimenting the PAD Scripts. I got the "Run VBScript" to work, now trying the "Run JavaScript" action.
I expected the statement: console.log("Text Here") to populate the return variable "JavascriptOutput", but it thru an exception. Based upon a response from another user, I tried using "WScript.echo("Text Here") and it worked.
From what I have read, 'WScript" is can be used in JScript or VBScript, but the description says "Run JavaScript". I don't know if this is an error or what. I am an experienced reactive web developer, so I would like to be able to leverage JavaScript when possible.

Thanks. I am excited by the potential of PAD, it could be another game changer.