I am completely new to UiPath and I’m trying to learn automate very basic tasks as an amateur.
I had come across this issue, where my intention is to retrieve a small dataset from a website, save it in my local drive and open it. I was almost successful, but I got the following error.
I checked running the file through CMD prompt, which opened, however, didn’t open when I tried it through UiPath.
Before you open that file you can have one check on fileexists/PathExists, and also please make sure you have used complete path to open the file.
from CMD have you used relative path to open the file?
if it is an excel file why you have to open it?
you can read that excel file and perform any operations needed using excel application scope and excel activities.