Hello, I am working on a CAD for Roleplay Communities and I have got a lot of it done but I am trying to prevent everyone from setting up the same license plates. I have multiple people that have “2FAST4U” and it comes up like 2FAST4U, 2FAST4U (1), 2FAST4U (2), etc.
Is there anyway I can change this so they can’t have the same plates. I know there is a way I just can’t figure it out.
One easy way to do this would be to add a condition on the workflow to create the license plate. When the user submits, do a search for license plates with a constraint of “name =inputs value”: first item. If the value is found, then show a popup or message that this name is taken, and prompt for another entry.