Saving data from the website

Hello, I need to save the number of downloaded files from the website from which they are downloaded. This information shows how many files there are under a given download button, and I need to save how many files there were before downloading them.

A screenshot in Polish showing a section with the recipient's name "Konrad Arkadiusz Bożek," the number of attachments as "2," and a "Szczegóły" (Details) button. (Captioned by AI)

Hi @p.pikula

If already 2 downloaded means you want to save 2+1=3 like that need save as right. if its wrong can you provide the one example how you want?

Regards,
Gowtham Krishnan

Hi @p.pikula

If you want to extract the value you can use get text activity to get the no of downloaded files in string format or if its extracting whole text you can use string manipulation to get the desired output. Hope this solution helps !!

Regards
Naman Jain

about extending the validity of a file from the string excel website

Can you be more specific regarding your query ?

I’m downloading PDF files on the website, the number in the window shows how many files there are to download, I need to download this number, how many files there are to download, and save it in Excel

In that case you can use Get Text activity to download the number of files. It will work !!

Use get text activity and
If you are getting entire line in get text activity
Than use regular expression or split function. For ‘ : ‘ and store the number into some variable and pass it further where you want to write the number
Hope this helps
Thanks