Trying to find if a file exists in a directory and its subdirectory which has some specific content.
For eg: I am trying to find if there is file which has “helloworld” written inside it. There can be 100’s of files in the folder and subfolders. All the files will be .docx files
How can I do it through UIPath?