Forum Discussion

Jenna_C's avatar
Jenna_C
Copper Contributor
Mar 22, 2022
Solved

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...
  • Niels Verhoeven's avatar
    Mar 22, 2022
    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.

Resources