Datatable.select Datetime

Hi, I want to practice a little bit more about queries in DATATABLE. I have 1 data table with 2 columns. One of then has dates and the other an update comment.

I want to know how to use the datatable.select options to select just the newest date of the atatable and then take the update comment.

Somebody knows how to do it with datatable.select options?

Hi,

I would use a Read Range, then a For Each Row to loop through the datatable and I would implement a logic to log the newest date together with the message. Something like this: Newest Date.zip (8.5 KB)