How to find name of download pdf file

Hi All,

I download pdf file from the website, but each file has another name (only the first part of name is the same), eg. it can be
pdffile12368.pdf
pdffile12379.pdf

Do you have any idea?

Test with the Wait For Download activity. It waits for the download to complete and then return the path and file name to the downloaded file.

2 Likes

Thanks a lot!