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 / Order Number ID based ...
Power Apps
Answered

Order Number ID based on current year and Sharepoint List

(0) ShareShare
ReportReport
Posted on by 30

Hi, when a user creates a new order, there's a field that should automatically create a unique Order Number ID, with the format:

RMyy-next id number in Sharepoint List for that year

 

So for example by the end of 2022, new orders should have been something like:

RM22-0567

RM22-0568

Then on the 1st of january of this year 2023, they should start being:

RM23-0001

RM23-0002

etc.

 

Is this possible? Could someone please share the formula I need for the Text field?

 

Thank you so much!!!

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,528 Most Valuable Professional on at

    Hi @HenryPF ,

    Something like this should do it

    With(
     {
     wNo:
     Split(
     Last(ListName).'Order No ID',
     "-"
     )
     },
     With(
     {
     wYear:
     Value(
     Right(
     First(wNo).Result,
     2
     )
     ),
     wOrder:
     Value(
     Last(wNo).Result
     )
     },
     "RM" & 
     If(
     wYear + 2000 = Year(Today()),
     Text(wYear) & "-" & Text(wOrder + 1, "0000"),
     Text(wYear + 1) & "-" & "0001"
     )
     )
    )

     

    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 the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • HenryPF Profile Picture
    30 on at

    Hi Warren, thanks for the help.

     

    For some reason I'm getting RM24-0001 instead of 23 (current year 2023).

  • WarrenBelz Profile Picture
    154,528 Most Valuable Professional on at

    @HenryPF ,

    Problem with not testing free-typed code  - needed to add 2000 to the year - please see amended post.

     

    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 the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • HenryPF Profile Picture
    30 on at

    Yay!! That worked!! Thank you so much Warren, you're a beast!!

  • queenc23 Profile Picture
    6 on at

    Disregard

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 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 273

#3
Kalathiya Profile Picture

Kalathiya 232 Super User 2026 Season 1

Last 30 days Overall leaderboard