Creating unique fields

Hi,

I am trying to create an application that let’s users create notes with text inside them. I would like each note to have a unique id that will make it easier to search for. Is there a way to do this?

PS I’m not good at code so don’t quite understand the logic’s yet.

You can create a new data type (ex. Notes) with the data field “notes” as a text field. Each Data type has a auto-generated unique ID by Bubble but they are pretty long so if you want you can also make a data field “id” as a number and generate that on your own.

To find out who created the note, you can reference the Notes’s Creator.

Aaah. Makes sense. I’ll try that out thanks!

I’m using an expression like this when creating new records. This creates a unique record number.

2 Likes