How to fetch the latest record when its ID keeps on changing

Hi Every one,

Thanks for the helping us in previous issue .

Can any one please help to fetch the latest PDF file from the below link
https://enot.publicprocurement.be/enot-war/displayBulletins.do

Note the ID is changing every time

Please kindly help me

You don’t need the ID. Have a look on the target URL which looks like: https://enot.publicprocurement.be/enot-war/bulletin/2021/04/BDA_Bulletin_20210420.pdf

You simply build this URL by: “https://enot.publicprocurement.be/enot-war/bulletin/” + now.tostring(“yyyy/MM”) and so on.

Then you do this:

Is there any other way to click on the pdf file