An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.AggregateException: One or more errors occurred. ----> System.Exception: Empty clipboard
at UiPath.Core.Setup.GetClipboardText()
at UiPath.Core.Activities.ClipboardWrapper.<>c.b__4_0()
at UiPath.Core.Retry.Do[ResultType](Func`1 action, Int32 timeoutMS, Int32 retryCount)
— End of inner ExceptionDetail stack trace —
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)
I copy the data, by default it stores the data in clipboard. So I capture that data by getclipboard activity into a variable. for other operation in the workflow. And after all activity I flush it. So I could ensure clipboard is empty for next capture, otherwise it is holding previous data.
I understand what you’re trying to do. Please do a quick debugging of your workflow or paste it here if it is allowable and simple enough for us to understand.
The error you copy + pasted when replying to me a few minutes ago states that your clipboard is completely empty. So when you use the ‘Get from clipboard’ activity, it will throw the system.AggregateException