Hi there! Mostly new to bubble, but I have a fair grasp on using and editing it at the moment. I develop a roleplay community’s police database system. Currently, when a player registers their car in our system, they enter the license plate number, however duplicate license plates sometimes occur.
I am trying to find a way to make the input reject the entered plate or something similar. Currently, license plates are under a “vehicle” data type in a text field named “plate”. How can I make the input reject the entered plate if said entered plate already exists in the “plate” data section?
I intend to do something like that, but my issue is I dont know how to make the system detect when the typed entry already exists in the database.
Essentially, I know hos to make it reject it, but I dont know how to make it detect that the license plate already exists on the system in order for it to reject it