Clicking on a link that corresponds to the latest date on a webpage

Hello, I would like to create a process for the robot to click on the link that corresponds to the latest date as shown in the screenshot, so the robot would identify which date is the latest and then clicks on the address corresponding to it in this case clicking on the link corresponding to 14 March 2032, this is also a datatable that can be extracted, any help would be appreciated, thank you

Hello.

My suggestion:

Do a data scraping;
Sort the table by column;
Choose the most recent.

Hug

It’s more complicated than that but thank you for trying to help