How to write downloaded file name in an excel column?

I’m doing an automation that does the search and download of files and I need to record the file name and its extension in other columns of this excel, how do I do that?

This excel file I generate at the beginning of the process and search for the column numero_nf then I download it and I want to get its name and extension and record the corresponding line.

hey

check it

image

thats how you get the file, just use append range actibvity in excel to add it

regards!

Hi,

If you can use WaitForDownloadFile activity, FileInfo instance in DownloadedFile property will help you. The following is a simple sample, FYI.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.