Hi All,
Im trying to use run command tool with vbscipt.
In manual run, it works fine for the workflow to pick up vbscript(open excel, and load the automation)
However, it is not working if we place the workflow in scheduler.
I used CreateObject("Scripting.FileSystemObject") and logged. The log shows Err.Description = Object required.
May I know how can I solve the problem?