Hello All,
I'm trying to use Launch Excel to open an excel file using a variable for File Name.
Variable "%xlsFile%" = "fileone.xls".
So document path is populated as : "C:\Users\me\OneDrive\RPA\TCR\In\Temp attachments\%xlsFile%

Even though the path and file name is correct, I am getting an error as if the path and file name was not correct.
Error is:
Robin.Core.ActionException: Failed to open Excel document '(File related error.)' C:\Users\me\OneDrive\RPA\TCR\In\Temp attachments\fileone.xls
Here's my version of PAD

Anyone know what may be causing this?
Thanks!
Long error below:
Robin.Core.ActionException: Failed to open Excel document '(File related error.)' C:\Users\me\OneDrive\RPA\TCR\In\Temp attachments\fileone.xls
. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException: Sorry, we couldn't find C:\Users\me\OneDrive\RPA\TCR\In\Temp attachments\fileone.xls
. Is it possible it was moved, renamed or deleted?
--- End of inner exception stack trace ---
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)
at Robin.Modules.Excel.Actions.ExcelActions.InvokeMethod(Object o, String methodName, Object[] methodArgs)
at Robin.Modules.Excel.Actions.ExcelActions.LaunchExcel(Variant documentPath, Variant varPassword, Variant& excelInstance, Int32 launchMode, Boolean visible, Boolean loadAddInsAndMacros, Boolean needsAuthentication, Boolean readOnly)
--- End of inner exception stack trace ---
at Robin.Modules.Excel.Actions.LaunchExcel.Execute(ActionContext context)
at Robin.Runtime.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)