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 / Formula Help: Finding ...
Power Apps
Answered

Formula Help: Finding previous record and incrementing the number

(0) ShareShare
ReportReport
Posted on by 85

I have a requirement for an app need help finding the easiest solution

 

I need to lookup a Master Data Table and pull the last/most recent record where 2 conditions lie:

Column1 (text):  Previous record isnt blank but were an alphanumeric number will populate

Column2 (choice):  Yes

 

Once these conditions are clear, I need to get that most recent record from Column1 and increment it one and post into the next record.

AND

If that record Column1 is blank to Patch or Set Variable to 10000 (which would be the starting number).

 

Does that make sense?

    

I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @phillippoole ,

     

    Please try:

    With(
     {LastColumn1:First(Sort(Filter(ListA,Column2.Value="Yes"),Created,SortOrder.Ascending)).Column1},
     If(
     LastColumn1="",
     10000,
     Value(LastColumn1)+1
     )
    )

     

    Best Regards,

    Bof

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 401 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard