While typing a some lines of text by using a Type into activity got exception. Any body please let me know what is the problem and a solution.
Thrown exception is mentioned below ,
Recurring has thrown an exception
Source: Type into 'DIV'
Message: Syntax error in the key list.
Exception Type: ElementOperationException
UiPath.Core.ElementOperationException: Syntax error in the key list. ---> System.Runtime.InteropServices.COMException: Syntax error in the key list.
at UiPath.UiNodeClass.WriteText(String text, UiInputMethod inputMethod)
at UiPath.Core.UiElement.WriteText(String text, InputMethod method)
--- End of inner exception 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)