Hi,
I am doing a simple program to automate the copy paste data from one excel file to another but stored in different location. I have correctly mentioned the file path for both of the files. I am getting error message as below :-
RemoteException wrapping System.ArgumentException: The sheet does not exist.
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
What should be done in this case ?