Hi @ShivaniM , you can use randn or UUID for generating unique identifiers.Alternatively, you can try concatenating fields. For example, combine the timestamp (now()) with other relevant fields to create a more specific identifier, or use ROW_NUMBER() along with the current date.Please refer https:/...