web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Getting the latest and...
Power Automate
Unanswered

Getting the latest and earliest date value from a table

(0) ShareShare
ReportReport
Posted on by

Hi

I would like to retrieve the latest and earliest date from a specific column in an excel table, as shown in the image below.

The date format is YYYY/MM/DD.

Would this be possible with Power Automate Desktop.

Thank you

Question .png

I have the same question (0)
  • UshaJyothiKasibhotla Profile Picture
    225 Moderator on at

    Hi @Michael999 

    Use Run .net action 

    configure references as shown in the link below

    https://youtu.be/gyscFdPdCCQ?si=vBZzKYXMukK2zcm

     

    Add the linq and arguments as shown in the below image

    UshaJyothi20_2-1709465744500.pngUshaJyothi20_3-1709465774081.png

     

    Use the following Linq 

    out_DT = DT.AsEnumerable.OrderByDescending(Function(r) Datetime.ParseExact(r("Date").trim,{"YYYY/MM/DD"}, System.Globalization.CultureInfo.InvariantCulture,system.Globalization.DateTimeStyles.None)).CopyToDataTable



    Now you will get a data table in which the date is ordered and pick the first row then you can get the latest date.....

     

    Hope this helps,

    Usha.

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 875

#2
Valantis Profile Picture

Valantis 817

#3
Haque Profile Picture

Haque 481

Last 30 days Overall leaderboard