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 Apps / Help: Displaying the M...
Power Apps
Answered

Help: Displaying the Most Recent Inputted "Project Summary" Row

(1) ShareShare
ReportReport
Posted on by

sabrinaaa__0-1719861864435.png

As far as I know I used the Sort function any ways to resolve the following error?

 

Here was my code:

Sort(LookUp('INVITE Project Summary Dev','Project Name'.Id=ThisItem.ID).'Progress Summary')
Categories:
I have the same question (0)
  • Verified answer
    Mitanshu Profile Picture
    1,650 Moderator on at

    LookUp() function gives you a record.

     

    You may want to use something like below, after changing for your column names

     

    First(
    SortByColumns(
    Filter(
    'INVITE Project Summary Dev',
    'Project Name'.Id=ThisItem.ID
    ),
    "Created",
    SortOrder.Descending
    )
    )
    .'Progress Summary'

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If this post or my previous reply was useful in other ways, please consider giving it Thumbs Up.

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard