Trying to enter a text in the textbox but getting an error "UiPath.UIAutomationNext.Exceptions.NodeAmbiguousException"

22.4.4+Branch.support-v22.4.Sha.1090422ff8ac244a830d9e33650f90eb9cddd56a

Source: Type Into ‘ALL’

Message: Multiple similar matches found.

Could not uniquely identify the user-interface element for this action.
Edit the element, run Validation, and add anchors in order to ensure the element is uniquely identified.

Exception Type: UiPath.UIAutomationNext.Exceptions.NodeAmbiguousException

RemoteException wrapping UiPath.UIAutomationNext.Exceptions.NodeAmbiguousException: Multiple similar matches found.

Could not uniquely identify the user-interface element for this action.
Edit the element, run Validation, and add anchors in order to ensure the element is uniquely identified.
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)

Hello @Sandeep_Varma_Rudraraju

Please change the category to Help instead of Feedback for better visibility.

Please confirm in your application whether you have an element with the same name or not. As per the error, the bot is identifying duplicate elements and that’s why you got the error.

Please share the screenshot of the application and the selector used in the errored activity.

Thanks