Hi all,
I have a new submission form attached to a SharePoint list. We have a locked data card with the below formula to "count" and provide a reference number for each submission.
First(Sort('SP List','Issue ID',Descending)).'Issue ID'+1
We have just had a duplicate raised. They were submitted within an hour and a half apart, so my thinking is that two users had the app open and so the same count was raised in both when they finally got around to pressing the submit buttton.
if this is the case, is there a way around this to ensure multiple users can use the form at the same time without creating these duplicates?
Thanks
Solved! Go to Solution.
Hi @DGWolfe ,
SharePoint lists have an ID
column (hidden by default) which contains a unique number for each entry. Its value is auto-populated and there is no need to worry about duplication. I suggest you use the ID column directly.
I think this link will help you a lot:
Best Regards,
Bof
Hi @DGWolfe ,
SharePoint lists have an ID
column (hidden by default) which contains a unique number for each entry. Its value is auto-populated and there is no need to worry about duplication. I suggest you use the ID column directly.
I think this link will help you a lot:
Best Regards,
Bof
@v-bofeng-msft thanks for that! I didn't even think about the obvious! Much appreciated.
User | Count |
---|---|
261 | |
110 | |
90 | |
54 | |
44 |