Forum Discussion
Jenna_C
Mar 22, 2022Copper Contributor
Generate auto-increment, unique ID dependent of other field in SharePoint/Microsoft Lists
Hi there, I'm working to generate an auto-increment, unique ID dependent of a different field within the same SharePoint/Microsoft List. Currently, our users are allowed to assign Status = Ve...
- Mar 22, 2022Hi Jenna,
I suggest to use a flow to achieve this. You can easily create one that triggers on an item created or changed event and use for instance a date property and the ID of the listitem to generate a unique ID. In the flow you can also build a check to verify the planning state.
I hope this helps. Let me know if you need more info to achieve this.
Niels Verhoeven
Mar 22, 2022Copper Contributor
Hi Jenna,
I suggest to use a flow to achieve this. You can easily create one that triggers on an item created or changed event and use for instance a date property and the ID of the listitem to generate a unique ID. In the flow you can also build a check to verify the planning state.
I hope this helps. Let me know if you need more info to achieve this.
I suggest to use a flow to achieve this. You can easily create one that triggers on an item created or changed event and use for instance a date property and the ID of the listitem to generate a unique ID. In the flow you can also build a check to verify the planning state.
I hope this helps. Let me know if you need more info to achieve this.