Hi Everyone,
I'm building a post-registration form and need to assign a custom, unique ID to each list item using YYYY.<number>.
Initially I built this logic using Flow but since our license results in a 5minute delay I need to figure out another way.
One way to assign a custom ID would be to create a random number on the form (text label) between 0-999999. I however need to check if this value does not already exist in the list and if it does, create a new number.
Is this possible without using Flow?
Thanks!