Hi All, I am trying to read excel form my local Vm and I do not want to use O365 and worksheet. but I am getting below error message.
What could be the reason of this error ?
Hi All, I am trying to read excel form my local Vm and I do not want to use O365 and worksheet. but I am getting below error message.
What could be the reason of this error ?
I don’t think you can access local file through Studio Web. You can open the project from Studio Desktop and then the file will be accessible and bot will run.
For Web Studio, you can upload the file to Storage bucket and then use an activity to download that storage bucket file and then pass the downloaded file IResource to Read Range Workbook activity.
Thanks @ashokkarale , I will try this let you know.