Oct 09 2019 04:54 AM
Hello,
I have created a SP List. From what I see every item has a unique number (ID). I found out that there is impossible to reset this ID number. I would like to add a column which generate a number every time when a new item is added, similare with the ID. Is this possible?
Oct 09 2019 05:29 AM
Oct 09 2019 05:37 AM - edited Oct 09 2019 05:42 AM
@MST97 I agree with @Juan Carlos González Martín, and one way you can do this is to have a separate list on your SharePoint site which just has 1 item for the increment number. Then you'll need Flow to get that number and add it to the item then update it +1 for the next item. If you need detailed steps for this come back to us.
Rob
Los Gallardos
Microsoft Flow Community Super User
Oct 09 2019 03:07 PM
SolutionOct 09 2019 09:32 PM
@Chris Webbthank you for reply. I achieve what I wanted. I choose to use your first advice. I added a calculated column and I done the difference between ID and a number. I use this list to store some data and using flow I create a word document from a template with them. The name of the document I want to start from 1. My ID list is 78 right now and I couldn't use it... that's way I wanted to reset the ID column/create a new column with a unique number.
Thank youuuu very much!
Dec 22 2022 06:47 AM
Hi @Chris Webb! I found a thread about how to get a SharePoint List column similar to the ID. In my case, I really need to find a solution or a workaround without needing to use the ID column (to avoid Jump in the sequential reference numbers when an entry is deleted). Could you please provide further details or, a step-by-step to create a flow for this end?