Hello Everyone,
I am learning UiPath and doing an exercise in which I need to copy the value from the Windows calculator and paste it into UiPath and use that value to store it in Excel.
I have tried using Get Text, which didn’t work. I tried to Get From Clipboard activities and stored the output as var and tried to use that, but I am getting the below error.
23.4.0-beta.12490+Branch.release-v23.4.0.Sha.c86da2d54b9221b8683ae2ce7cdd35412f807fd3
Source: Write Range
Message: Object reference not set to an instance of an object.
Exception Type: System.NullReferenceException
System.NullReferenceException: Object reference not set to an instance of an object. 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)
Please help me solve this.
Thank you,
Ramya