Forum Discussion
Unique id in title / column
Which version of SharePoint you are using?
This is not possible using SharePoint out of the box capabilities. So, you will need custom solution for this.
You will need to get the last SharePoint list item created and then use it as a reference to create Title of new item.
If you are using SharePoint server (classic) then you achieve this using JavaScript & REST API OR If you are using SharePoint Online then you can do this using Power Apps customized form or you can update list item with new Title using Power Automate after article creation.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- wahlbangFeb 04, 2021Copper Contributor
ganeshsanap
I'm using Sharepoint online (Microsoft Lists), so I guess either Power apps or Power automate, what would be the smartest to use here?- ganeshsanapFeb 04, 2021MVP
If you want to show the unique article Title to users on list form (while creating new item in list/before submitting new article), you have to do that with Power Apps customized form.
Or if you want to create the unique article Title after item creation then you can use Power Automate. So, when user will create a new item in list they will not see the unique article title immediately. It will be updated and shown in list view after Power Automate flow completes.
Now, you can choose between Power Apps or Power Automate based on your requirements and user understanding.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.