Announcements
I have chosen a work progess tracker template & I have added a new column as Case number and I need to autogenerate the case number in SharePoint list the number for example starting is20540 next when a new item is created the number should be 20541 and so on. It should work in SharePoint list and also power apps .can you please suggest me a solution
@Sohaibmohammad ,
I can't figure it out how you create a new record in your Sharepoint list. So let me guess..
1. Using a form:
Set the Update property of the Case_DataCard to (I suppose that case column is a number type):
Value(Last(yourSharepointList).Case)+1
2. Using Patch() function:
Patch(yourSharepointList, Defaults(yourSharepointList), { ..... Case: Value(Last(yourSharepointList).Case)+1 ..... } )
where .... means the other values to patch.
I need this to add in power apps
I ahve attached sharepoint list and formula to generate the autonumber but when I clik the button the number is not showing can you pleasse help me
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 356 Most Valuable Professional
11manish 225 Super User 2026 Season 2
Mohsin Ali 211