Check for duplicates on data entry in field

Hi all,
I’m wanting to prevent a user from entering in the same data that already exists in the database.
Bubble does this automatically with for example, email addresses for usernames.

Any tips on how to set this up for other data fields?

Thanks for your help!

Set up a condition on your “Submit” button that disables it if there are duplicate values ?

1 Like

How do i set-up that kind of dynamic string? I’m a bit lost?

“Do a search for WhatEverItIs:count > 0” change button to Clickable = no.

You could also add a second line of defence at the create action in the workflow to only create the object if it is also not already there.

2 Likes