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

Community site session details

Session Id : 2QOp42HRRkPh2rshuYEjaL
Power Apps - Building Power Apps
Answered

Get last added record into gallery?

Like (0) ShareShare
ReportReport
Posted on 4 Jan 2023 04:30:54 by 997

Hello,

How can i get the 2 last added items into the gallery?

Sort(Filter(ExpensesCollect,PlanTitle = Text(CurrentBudgetItem)

)

,'Id (ID)',Descending)

This code gives me all the records.

Thank you

I have the same question (0)
  • TimmyBoy Profile Picture
    997 on 04 Jan 2023 at 04:58:08
    Re: Get last added record into gallery?

    Hello @v-qiaqi-msft 

    Cool ,thanks

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on 04 Jan 2023 at 04:47:27
    Re: Get last added record into gallery?

    Hi @TimmyBoy,

    Do you want the Gallery only display the last two records?

     

    If so, I think you could use the Modified column that records the latest modified date time for each item.

    FirstN(Sort(Filter(ExpensesCollect,PlanTitle = Text(CurrentBudgetItem)
    
    )
    
    ,Modified,Descending),2)

    Or you could use the ID column as the sort column:

    FirstN(Sort(Filter(ExpensesCollect,PlanTitle = Text(CurrentBudgetItem)
    
    )
    
    ,'Id (ID)',Descending),2)​

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading complete