Announcements
How would i go about to filter current user and only show last 10 enter items on a SharePoint list I try Chatgpt but no luck.
here formula so it show current user by email
Filter('Snowy Drone Request Data',Email = User().Email)
Hi @David1966
The following should provide the answer it is taken from First, FirstN, Index, Last, and LastN functions - Power Platform | Microsoft Learn
LastN( Sort( Filter( 'Snowy Drone Request Data', Email = User().Email ), "Modified", SortOrder.Descending ), 10 )
I've added a Sort on the data as well so it is sorted by last modified, I may have the sort order the wrong way round so it might need to be Ascending-------------------------------------------------------------------If I have answered your question, please mark your post as Solved.If you like my response, please give it a Thumbs Up.
Heya Will!
I think they mean the 'last ten that were submitted' i.e. the most recent ten, so that should probably be a FirstN rather than a LastN 🙂
Cheers,
Sancho
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 329 Most Valuable Professional
11manish 209 Super User 2026 Season 2
Mohsin Ali 179