Hello I’m new to UIPath. I trying to record word document through Basic recording and this is the error I got.
Hi @Vijay_Kumar ,
I believe that in your case the word document should be opened before executing your Flow Chart because as the message says it’s not being able to find this document (selector) and also check if the document title has changed to something different than the error message, because that is what mostly happens while working with selectors.
In addition there’s an activity to open/execute files which is the Open Application activity.
https://www.uipath.com/activities-guide/open-application
In addition, you may also use the following code to open/execute files:
2 Likes