Auto Generated number in Retool

Is it possible to generate an ID inclusive of numbers and alphabets on a text input itself?
Without using SQL, like directly on the text itself??

Yes, there is a native UUID implementation in Retool. If you want to generate a UUID you can add this code to your text field value field:

{{ uuid.v4() }}
2 Likes

Hope that helps, @junior_developer and thank you, Ron! :pray:

1 Like