Duplicate entries into the database

HI,

I am saving address into a database when a user inputs them from an input section linked to google maps. Is there a way to not have the same address saved over and over if its inputted more than once? Essentially if the address already exists i just want the input to be ignored.

Thanks,

Joe

You could enforce that through workflow. Search the data type and look for an existing address. If one is found then display a message. Otherwise, create a new address.

Thanks for the help!!

Sorry for m lack of knowledge as i am new to bubble however, under which section section would i do that?

A conditional in the section where the address is inputted or in the workflow section where the address is saved?

Thanks

1 Like

Thanks @Kfawcett, i managed to get my head around your suggestion and i got it to work at the element conditional level.

Thanks

1 Like