Generate unique identification

I was creating a logger where the admin creates a unique ID for each batch of items logged. But I think it would have been better if the application automatically generates the ID for each batch. Is that possible?

With the @guid annotation, the webclient will automatically generate an ID when an admin creates an item:

'ID': text @guid
1 Like