Selector issue- botsDNA

One approach is you need to clear the download folder as the first step of automation. Then when you download there will be only one file.

You can use Directory.getFiles(“FolderPath”)
It will give you the filenames. You can pass it in the Read Text file activity.

Another approach is as in the below post.