Hi team, is there any way to make a custom attribu...
# ask-a-descoper
r
Hi team, is there any way to make a custom attribute unique? If not is there any way in flows to see if the data entered for a custom attribute already exists?
s
you mean same value exists for a diff user ?
r
correct
I need it to be unique for each user
ok
s
we don't have that capability Can you share more about the use case ? so maybe we can suggest a diff approach/feature to use ?
r
Sure, Looking to have each user provide a unique display name
So a user cannot take the display name of another user.
s
some way to do it, it to use HTTP connector to your backend That will use MGMT SDK, to search for user with same display name
r
Yup. Got it. Thanks!